C# Class NCore.Io.IoUtils

Exibir arquivo Open project: danielwertheim/NCore

Public Methods

Method Description
CreateEmptyFile ( string filePath ) : void
DeleteIfFileExists ( string path ) : void
FileExists ( string path ) : bool

Method Details

CreateEmptyFile() public static method

public static CreateEmptyFile ( string filePath ) : void
filePath string
return void

DeleteIfFileExists() public static method

public static DeleteIfFileExists ( string path ) : void
path string
return void

FileExists() public static method

public static FileExists ( string path ) : bool
path string
return bool