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