Exemple #1
0
 public bool IsLogicalDrive(string path)
 {
     return(DirectoryBrowserOperations.IsLogicalDrive(path));
 }
Exemple #2
0
 public bool IsLogicalDrive(string path) => DirectoryBrowserOperations.IsLogicalDrive(path);