C# Class Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Utilities.PathExtensions

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
ToShortRelativePath ( this fileSystem, string path, string rootFolder ) : string

Converts path to file to a relative 8.3 path. Returns null if file does not exist since OS can only perform 8.3 conversion to existing files.

Method Details

ToShortRelativePath() public static méthode

Converts path to file to a relative 8.3 path. Returns null if file does not exist since OS can only perform 8.3 conversion to existing files.
public static ToShortRelativePath ( this fileSystem, string path, string rootFolder ) : string
fileSystem this
path string
rootFolder string
Résultat string