C# 클래스 Microsoft.R.Host.Client.Extensions.DirectoryExtensions

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

공개 메소드들

메소드 설명
MakeAbsolutePathFromRRelative ( this rPath, string basePath ) : string
MakeRRelativePath ( this path, string basePath ) : string

메소드 상세

MakeAbsolutePathFromRRelative() 공개 정적인 메소드

public static MakeAbsolutePathFromRRelative ( this rPath, string basePath ) : string
rPath this
basePath string
리턴 string

MakeRRelativePath() 공개 정적인 메소드

public static MakeRRelativePath ( this path, string basePath ) : string
path this
basePath string
리턴 string