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