Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. create directory

create directory

Scheduled Pinned Locked Moved Visual Basic
c++tutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pnpfriend
    wrote on last edited by
    #1

    how to create directory in VB? I know in c++ mkdir(..). let say i want to create c:\meme\testfolder

    P C 2 Replies Last reply
    0
    • P pnpfriend

      how to create directory in VB? I know in c++ mkdir(..). let say i want to create c:\meme\testfolder

      P Offline
      P Offline
      Paul Riley
      wrote on last edited by
      #2

      In VB6 MkDir "c:\meme\testfolder" In VB.NET IO.Directory.CreateDirectory("c:\meme\testfolder") Paul

      1 Reply Last reply
      0
      • P pnpfriend

        how to create directory in VB? I know in c++ mkdir(..). let say i want to create c:\meme\testfolder

        C Offline
        C Offline
        Carlos Antollini
        wrote on last edited by
        #3

        Use the CreateDirectoryEx `API ;) Carlos Antollini. [Sonork](http://www.sonork.com/) ID 100.10529 cantollini`

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups