C# 클래스 UnityDarkThemePatch.Helpers.FileHelpers

파일 보기 프로젝트 열기: SonicZentropy/UnityDarkThemePatch

공개 메소드들

메소드 설명
CreateFileBackup ( string filePath ) : void

Creates a backup copy of the specified file using the current DateTime value.

메소드 상세

CreateFileBackup() 공개 정적인 메소드

Creates a backup copy of the specified file using the current DateTime value.
public static CreateFileBackup ( string filePath ) : void
filePath string
리턴 void