Implicit conversion to string This allows you to use a VFSDirectoryPath as a string.
public static string implicit operator string(Atypical.VirtualFileSystem.Core.VFSDirectoryPath path);path VFSDirectoryPath
The path to convert.
System.String
The string representation of the path.