Gets the file extension from a VFS path.
public static string GetExtension(this Atypical.VirtualFileSystem.Core.VFSPath path);path VFSPath
The VFS path.
System.String
The file extension including the leading dot, or empty string if no extension.
Gets the file extension from a VFS path.
public static string GetExtension(this Atypical.VirtualFileSystem.Core.VFSPath path);path VFSPath
The VFS path.
System.String
The file extension including the leading dot, or empty string if no extension.