C# 클래스 GameDevWare.Charon.Utils.FileUtils

파일 보기 프로젝트 열기: deniszykov/charon-unity3d

공개 메소드들

메소드 설명
ComputeMd5Hash ( string path, int tries = 5 ) : string
MakeProjectRelative ( string path ) : string
SanitizeFileName ( string path ) : string

메소드 상세

ComputeMd5Hash() 공개 정적인 메소드

public static ComputeMd5Hash ( string path, int tries = 5 ) : string
path string
tries int
리턴 string

MakeProjectRelative() 공개 정적인 메소드

public static MakeProjectRelative ( string path ) : string
path string
리턴 string

SanitizeFileName() 공개 정적인 메소드

public static SanitizeFileName ( string path ) : string
path string
리턴 string