C# Class DotNetMigrations.UnitTests.FileHelper

Afficher le fichier Open project: jpoehls/dotnetmigrations

Méthodes publiques

Méthode Description
Touch ( string path ) : void

Creates an empty file at the given path.

Method Details

Touch() public static méthode

Creates an empty file at the given path.
public static Touch ( string path ) : void
path string
Résultat void