C# 클래스 ExcelMapper.Repository.FileService

상속: IFileService
파일 보기 프로젝트 열기: mvba/ExcelMapper

공개 메소드들

메소드 설명
Create ( string filePath ) : void
Exists ( string filePath ) : bool
GetLastModifiedDate ( string filePath ) : System.DateTime

메소드 상세

Create() 공개 메소드

public Create ( string filePath ) : void
filePath string
리턴 void

Exists() 공개 메소드

public Exists ( string filePath ) : bool
filePath string
리턴 bool

GetLastModifiedDate() 공개 메소드

public GetLastModifiedDate ( string filePath ) : System.DateTime
filePath string
리턴 System.DateTime