C# 클래스 Rhythm.Staticize.IOExtensions

파일 보기 프로젝트 열기: darklx/Staticize

공개 메소드들

메소드 설명
IndexOfDirectorySeparator ( this path ) : int
IsDirectorySeparator ( this chr ) : bool
RemoveLastDirectorySeparator ( this path ) : string

移光最后的斜杠,不管是正斜还是反斜。

RemoveStartDirectorySeparator ( this path ) : string

移光最前面的斜杠,不管是正斜还是反斜。

메소드 상세

IndexOfDirectorySeparator() 공개 정적인 메소드

public static IndexOfDirectorySeparator ( this path ) : int
path this
리턴 int

IsDirectorySeparator() 공개 정적인 메소드

public static IsDirectorySeparator ( this chr ) : bool
chr this
리턴 bool

RemoveLastDirectorySeparator() 공개 정적인 메소드

移光最后的斜杠,不管是正斜还是反斜。
public static RemoveLastDirectorySeparator ( this path ) : string
path this
리턴 string

RemoveStartDirectorySeparator() 공개 정적인 메소드

移光最前面的斜杠,不管是正斜还是反斜。
public static RemoveStartDirectorySeparator ( this path ) : string
path this
리턴 string