C# Class UnityDarkThemePatch.Helpers.FileHelpers

Mostrar archivo Open project: SonicZentropy/UnityDarkThemePatch

Public Methods

Method Description
CreateFileBackup ( string filePath ) : void

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

Method Details

CreateFileBackup() public static method

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