LFNMKDir

  WORD LFNMKDir(lpDir)    
  LPSTR lpDir;    

The LFNMKDir function creates the directory specified by the lpDir parameter.

Parameters

lpDir

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

Return Value

The return value is one of the following values.

Value Meaning

0 Success.
2 File not found.
3 Path not found.
5 Access denied.

Comments

The export ordinal for this function is 108.

See Also

LFNRMDir