Gets a file node by its path. The path must be absolute.
public Atypical.VirtualFileSystem.Core.Contracts.IFileNode GetFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath);filePath VFSFilePath
The path of the file node.
Implements GetFile(VFSFilePath)
IFileNode
The file node.