Exemple #1
0
 protected override bool IsItemContainer(string path)
 {
     return(StoragePath.Parse(path).Type != StoragePathType.File);
 }
Exemple #2
0
 protected override bool IsValidPath(string path)
 {
     Debug.WriteLine($"IsValidPath: path= {path}");
     StoragePath.Parse(path);
     return(true);
 }