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