CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    HOW DO I CREATE A DIRECTORY IN VB?

    would someone of you please be kind enough to tell me the code to make a directory in vb please!!!!!!!!

    thanks,
    PanasonicSubz

    PanasonicSubz

  2. #2
    Join Date
    Nov 1999
    Location
    Södertäje
    Posts
    4

    Re: HOW DO I CREATE A DIRECTORY IN VB?

    hi.
    Have i used dos any thing ...


    mkdir app.path & "\mydir"
    call shell("explorer " & app.path & "\mydir",1)






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