public FileSystemInfo[] GetFileSystemInfos(string path)
 {
     FileSystemInfo[] infos = Execute(() => RemoteObject.GetFileSystemInfos(path));
     ChangeFileSystemAccessor(infos);
     return(infos);
 }