GetDir
- Updated2023-02-21
- 1 minute(s) read
int GetDir (char currentDirectory[]);
Purpose
Gets the current working directory on the default drive.
Parameters
Output | ||||
Name | Type | Description | ||
currentDirectory | char [] | The pathname of the current directory. currentDirectory must be at least MAX_PATHNAME_LEN bytes long.
|
Return Value
Name | Type | Description | ||||||||
result | int | The result of the call.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later