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

Thread: Creare Folder

  1. #1
    Join Date
    Mar 2001
    Location
    Israel
    Posts
    116

    Creare Folder


    Hi

    I want to create a new folder (maybe a full path)
    from my vb code
    do you know how?

    thanks
    limor


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Creare Folder

    mkdir([path])

    cksiow
    http://vblib.virtualave.net - share our codes


  3. #3
    Join Date
    Mar 2001
    Location
    Israel
    Posts
    116

    Re: Creare Folder



    Thank you
    It is working


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