C# Class ExcelMapper.Repository.FileService

Inheritance: IFileService
Afficher le fichier Open project: mvba/ExcelMapper

Méthodes publiques

Méthode Description
Create ( string filePath ) : void
Exists ( string filePath ) : bool
GetLastModifiedDate ( string filePath ) : System.DateTime

Method Details

Create() public méthode

public Create ( string filePath ) : void
filePath string
Résultat void

Exists() public méthode

public Exists ( string filePath ) : bool
filePath string
Résultat bool

GetLastModifiedDate() public méthode

public GetLastModifiedDate ( string filePath ) : System.DateTime
filePath string
Résultat System.DateTime