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