I am trying to get the logical drives from the pc my app is run on, i tried this but it does not work what am i doing wrong?
string[] strArray = new string[5] { Environment.GetLogicalDrives };
thanks in advance
Dave
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Enviroment
|
Click Here to Expand Forum to Full Width |