C# Class UnityDarkThemePatch.Helpers.FileHelpers

Afficher le fichier Open project: SonicZentropy/UnityDarkThemePatch

Méthodes publiques

Méthode Description
CreateFileBackup ( string filePath ) : void

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

Method Details

CreateFileBackup() public static méthode

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