Tries to get the file node at the specified file path.
public bool TryGetFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, out Atypical.VirtualFileSystem.Core.Contracts.IFileNode fileNode);filePath VFSFilePath
The file path.
fileNode IFileNode
The file node.
System.Boolean
true if the file node exists; otherwise, false.