CSharpUtils.VirtualFileSystem.ImplFileSystem.ImplGetFileInfo C# (CSharp) Method

ImplGetFileInfo() protected method

protected ImplGetFileInfo ( string Path ) : FileSystemEntry
Path string
return FileSystemEntry
		protected override FileSystemEntry ImplGetFileInfo(string Path)
		{
			throw new NotImplementedException();
		}