Results 1 to 2 of 2

Thread: how do i make a folder [resolved]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    91

    how do i make a folder [resolved]

    i know how 2 make a text file, but how do i make a folder?
    Last edited by Synth3t1c; Feb 8th, 2004 at 06:24 PM.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Use the System.IO namespace.

    It is either the Directory object (System.IO.Directory) that has a create method, or it is the System.IO.DirectoryInfo object that has it. It is pretty self explainitory.

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