C# 클래스 EA.Iws.Web.Infrastructure.FileAccess

상속: IFileAccess
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
DeleteFile ( string filePath ) : void
FileExists ( string filePath ) : bool
MapPath ( string virtualPath ) : string
WriteFile ( string fileName, byte fileBytes ) : void
WriteFileAsync ( string fileName, byte fileBytes ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
EnsureDirectoryExists ( string fileName ) : void

메소드 상세

DeleteFile() 공개 메소드

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

FileExists() 공개 메소드

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

MapPath() 공개 메소드

public MapPath ( string virtualPath ) : string
virtualPath string
리턴 string

WriteFile() 공개 메소드

public WriteFile ( string fileName, byte fileBytes ) : void
fileName string
fileBytes byte
리턴 void

WriteFileAsync() 공개 메소드

public WriteFileAsync ( string fileName, byte fileBytes ) : System.Threading.Tasks.Task
fileName string
fileBytes byte
리턴 System.Threading.Tasks.Task