C# 클래스 Tp.Core.PathExtensions

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Combine ( this source, string path ) : string
GetDirectoryName ( this source ) : string
GetExtension ( this source ) : string
GetFileName ( this source ) : string
GetFileNameWithoutExtension ( this source ) : string

메소드 상세

Combine() 공개 정적인 메소드

public static Combine ( this source, string path ) : string
source this
path string
리턴 string

GetDirectoryName() 공개 정적인 메소드

public static GetDirectoryName ( this source ) : string
source this
리턴 string

GetExtension() 공개 정적인 메소드

public static GetExtension ( this source ) : string
source this
리턴 string

GetFileName() 공개 정적인 메소드

public static GetFileName ( this source ) : string
source this
리턴 string

GetFileNameWithoutExtension() 공개 정적인 메소드

public static GetFileNameWithoutExtension ( this source ) : string
source this
리턴 string