CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Directories

  1. #1
    Join Date
    Oct 2004
    Posts
    10

    Directories

    How do you create directorys?

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Directories

    Using the 'CreateDirectory' function:

    http://msdn.microsoft.com/library/de...edirectory.asp

    Viggy

  3. #3
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Directories

    There's also _mkdir (which I think exists on platforms other then Windows):

    http://msdn.microsoft.com/library/de...c_._wmkdir.asp

    Viggy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured