Create Directory

  • Thread starter Thread starter Guest
  • Start date Start date
If you read the entire page of the link you provided, you will find:

"An application cannot create a directory with CreateFile; it must call
CreateDirectory or CreateDirectoryEx to create a directory."

Besides, this is a dotnet group and not a Win32 group. In dotnet, you can
use Directory.CreateDirectory to create one and Directory.Exists to check if
one exists.

HTH,
ShaneB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top