Tries to get a file by its path using a string path.
public static bool TryGetFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath, out Atypical.VirtualFileSystem.Core.Contracts.IFileNode? file);The virtual file system.
filePath System.String
The file path as a string.
file IFileNode
The file node if found.
System.Boolean
True if the file exists, false otherwise.