IFileSystemConverter Interface

Definition

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

Applies to