Jan 15, 2001 #1 sjn Programmer Joined Dec 18, 2000 Messages 31 Location 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 Joined Jan 10, 2001 Messages 22 Location 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 Joined Dec 18, 2000 Messages 31 Location US Great! Thanks so much. Scott. Upvote 0 Downvote