C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Utilities.PathExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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