예제 #1
0
 public static string[] GetLogicalDrives()
 {
     if (_provider == null)
     {
         return(Directory.GetLogicalDrives());
     }
     return(_provider.GetLogicalDrives());
 }