WORD LFNRMDir(lpDir) | |||
LPSTR lpDir; |
The LFNRMDir function removes the directory specified by the lpDir parameter.
lpDir
Points to a null-terminated string specifying the name of the directory to remove.
The return value is one of the following values.
Value | Meaning |
0 | Success. |
3 | Path not found. |
16 | Current directory. |
The export ordinal for this function is 109.