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