Exemplo n.º 1
0
 public override string[] DirectoryList(string path)
 {
     return(_directory.Exists(path) ? _directory.GetFileSystemEntries(path) : new string[0]);
 }