CSharpUtils.VirtualFileSystem.ProxyFileSystem.ImplGetFileInfo C# (CSharp) Метод

ImplGetFileInfo() защищенный Метод

protected ImplGetFileInfo ( string Path ) : FileSystemEntry
Path string
Результат FileSystemEntry
		protected override FileSystemEntry ImplGetFileInfo(string Path)
		{
			//return this.ParentFileSystem.ImplGetFileInfo(Path);
			return this.ParentFileSystem.GetFileInfo(Path);
		}