IFileSystemConverter.FileSystemUriToFullPath(Uri) Method
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.
Converts a file system Uri to a full local path
public:
System::String ^ FileSystemUriToFullPath(Uri ^ uri);
public string FileSystemUriToFullPath (Uri uri);
public string? FileSystemUriToFullPath (Uri uri);
abstract member FileSystemUriToFullPath : Uri -> string
Public Function FileSystemUriToFullPath (uri As Uri) As String
Parameters
- uri
- Uri
The file system Uri.
Returns
The full path to the local file.