CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2001
    Posts
    24

    How can I make a folder when a command button is clicked?

    How can I make a folder when a command button is clicked?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How can I make a folder when a command button is clicked?

    use the mkdir command like this

    mkdir [directory name]

    HTH

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


  3. #3
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: How can I make a folder when a command button is clicked?


  4. #4
    Join Date
    Apr 2001
    Posts
    4

    Re: How can I make a folder when a command button is clicked?

    Use the file system object.

    Prashanth

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