C# Class ExcelMapper.Repository.FileService

Inheritance: IFileService
Show file Open project: mvba/ExcelMapper

Public Methods

Method Description
Create ( string filePath ) : void
Exists ( string filePath ) : bool
GetLastModifiedDate ( string filePath ) : System.DateTime

Method Details

Create() public method

public Create ( string filePath ) : void
filePath string
return void

Exists() public method

public Exists ( string filePath ) : bool
filePath string
return bool

GetLastModifiedDate() public method

public GetLastModifiedDate ( string filePath ) : System.DateTime
filePath string
return System.DateTime