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