IFileSystemConverter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows converting file references between file path and file system Uri. When implemented, file operations will switch to operate on IFileSystem service.
public interface class IFileSystemConverter
public interface IFileSystemConverter
type IFileSystemConverter = interface
Public Interface IFileSystemConverter
Methods
FileSystemUriToFullPath(Uri) |
Converts a file system Uri to a full local path |
FullPathToFileSystemUri(String) |
Converts a local full path to a file system Uri |