|
Synopsis
|
Parameters
Parameter |
Description |
dir |
The directory (including the path) that should be deleted. |
recursive |
TRUE or FALSE |
Return value
If the operation has been executed succesfully, the function returns 1 otherwise, 0. |
Error
Missing or wrong parameter definitions. |
Description
The function deletes the specified directory. |
Example |
main() { |
bool result; |
result = rmdir("C://test3",TRUE); |
DebugN(result); |
} |
Assignment
Availability
|
See also
copyFile(), moveFile(), mkdir(), isdir(), isfile(), getExt(), delExt(). |
V 3.11 SP1
Copyright ETM professional control GmbH 2013 All Rights Reserved