Jan 15, 2001 #1 sjn Programmer Dec 18, 2000 31 US Does anyone have a reference to an example or a sample snippit of code that creates a folder? Thanks, Scott.
Does anyone have a reference to an example or a sample snippit of code that creates a folder? Thanks, Scott.
Jan 16, 2001 1 #2 gzJungle Programmer Jan 10, 2001 22 CN BOOL CreateDirectory( LPCTSTR lpPathName,// pointer to directory path LPSECURITY_ATTRIBUTES lpSecurityAttributes // pointer to security descriptor ); Upvote 0 Downvote
BOOL CreateDirectory( LPCTSTR lpPathName,// pointer to directory path LPSECURITY_ATTRIBUTES lpSecurityAttributes // pointer to security descriptor );
Jan 16, 2001 Thread starter #3 sjn Programmer Dec 18, 2000 31 US Great! Thanks so much. Scott. Upvote 0 Downvote