LFNRMDir

  WORD LFNRMDir(lpDir)    
  LPSTR lpDir;    

The LFNRMDir function removes the directory specified by the lpDir parameter.

Parameters

lpDir

Points to a null-terminated string specifying the name of the directory to remove.

Return Value

The return value is one of the following values.

Value Meaning

0 Success.
3 Path not found.
16 Current directory.

Comments

The export ordinal for this function is 109.

See Also

LFNMKDir