PathUtilities Class
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.
Utility methods to handle paths.
[System.Runtime.CompilerServices.Nullable(0)]
public static class PathUtilities
[<System.Runtime.CompilerServices.Nullable(0)>]
type PathUtilities = class
Public Module PathUtilities
- Inheritance
-
PathUtilities
- Attributes
Methods
ConvertLocalPathToSharedUri(IQueryExecutionContext, String) |
Convert a server side local path to a vsls form shared Uri path. Note: this function only works when the query is coming from a remote LiveShare connection. |
ConvertSharedPathToLocalPathIfNecessary(IQueryExecutionContext, String) |
Converts a potential vsls:// uri path to the server side local path. |