Combines a directory path with a relative path.
public static string Combine(this Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, string relativePath);directoryPath VFSDirectoryPath
The base directory path.
relativePath System.String
The relative path to combine.
System.String
The combined path.