int SetDir (char directoryName[]);
Sets the current working directory to the specified directory.
To change the default drive, use SetDrive.
Input | ||
Name | Type | Description |
directoryName | string | The pathname of the new working directory. directoryName cannot contain a drive letter. |
Name | Type | Description | ||||||
result | integer | The result of the call.
|