Gets the size of a file in bytes.
public static long GetFileSize(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath);The virtual file system.
filePath System.String
The file path as a string.
System.Int64
The size in bytes, or -1 if the file doesn't exist.