dave1979bell
September 29th, 2005, 10:46 AM
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
string[] strArray = new string[5] { Environment.GetLogicalDrives };
thanks in advance
Dave