Changes the extension of a VFS path.
public static string ChangeExtension(this Atypical.VirtualFileSystem.Core.VFSPath path, string newExtension);path VFSPath
The VFS path.
newExtension System.String
The new extension (with or without leading dot).
System.String
A new path with the changed extension.