Results 1 to 2 of 2

Thread: OpenDirectory

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    OpenDirectory

    System.Diagnostics.Process p = System.Diagnostics.Process.Start(@"C:\work\");

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    or just
    Code:
    System.Diagnostics.Process.Start("C:\work\");
    I don't see a need for declaring a process like you did

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