C# 클래스 MiningGame.Code.Managers.FileWriterManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 메소드들

메소드 설명
AppendFile ( string path, string contents ) : bool
WriteFile ( string path, string contents ) : bool

메소드 상세

AppendFile() 공개 정적인 메소드

public static AppendFile ( string path, string contents ) : bool
path string
contents string
리턴 bool

WriteFile() 공개 정적인 메소드

public static WriteFile ( string path, string contents ) : bool
path string
contents string
리턴 bool