Gets the relative path from one directory to another.
public static string GetRelativePath(this Atypical.VirtualFileSystem.Core.VFSDirectoryPath from, Atypical.VirtualFileSystem.Core.VFSPath to);from VFSDirectoryPath
The source directory path.
to VFSPath
The target path.
System.String
The relative path from source to target.