Load into path the absolute pathname of the current working directory.

Synopsis

Declared in <bdls_filesystemutil.h>

static
int
getWorkingDirectory(bsl::string* path);

Description

Return 0 on success and a non‐zero value otherwise.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

path

receives the current working directory

Created with MrDocs