DeleteDir
- Updated2023-02-21
- 1 minute(s) read
DeleteDir
int DeleteDir (char directoryName[]);
Purpose
Deletes an existing directory.
Parameters
Input | ||
Name | Type | Description |
directoryName | char [] | The pathname of the directory to delete. |
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