C# Класс Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Utilities.PathExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ToShortRelativePath() публичный статический Метод

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
Результат string