C# 클래스 DotNetMigrations.UnitTests.FileHelper

파일 보기 프로젝트 열기: jpoehls/dotnetmigrations

공개 메소드들

메소드 설명
Touch ( string path ) : void

Creates an empty file at the given path.

메소드 상세

Touch() 공개 정적인 메소드

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