C# Class DotNetMigrations.UnitTests.FileHelper

显示文件 Open project: jpoehls/dotnetmigrations

Public Methods

Method Description
Touch ( string path ) : void

Creates an empty file at the given path.

Method Details

Touch() public static method

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