Results 1 to 6 of 6

Thread: This should be easier...

Threaded View

  1. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    1.)
    Code:
        Console.WriteLine(System.IO.Directory.GetCurrentDirectory().ToString())
    2.) using the classes in the System.IO namespace (this is one way)
    Code:
    System.IO.FileStream s = new System.IO.FileStream("path", System.IO.FileMode.Open)
    Last edited by Lethal; Sep 18th, 2003 at 01:33 PM.

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