Gets file information including type and size.
public static Atypical.VirtualFileSystem.Core.Extensions.FileInfo? GetFileInfo(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
FileInfo
File information or null if file doesn't exist.