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