int GetDir (char currentDirectory[]);
Gets the current working directory on the default drive.
| Output | ||
| Name | Type | Description |
| currentDirectory | string | The pathname of the current directory. currentDirectory must be at least MAX_PATHNAME_LEN bytes long. |
| Name | Type | Description | ||||||||
| result | integer | The result of the call.
|