Compartir a través de


PathUtilities Class

Definition

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.

Applies to