C# 클래스 Umbraco.Storage.S3.Services.Impl.FileSystemWrapper

상속: IFileSystemWrapper
파일 보기 프로젝트 열기: ElijahGlover/Umbraco-S3-Provider

공개 메소드들

메소드 설명
Create ( string filePath, Stream stream ) : void
EnsureDirectory ( string path ) : void
GetLastAccessTimeUtc ( string filePath ) : System.DateTime
MapPath ( string virtualPath ) : string
Open ( string filePath ) : Stream

메소드 상세

Create() 공개 메소드

public Create ( string filePath, Stream stream ) : void
filePath string
stream Stream
리턴 void

EnsureDirectory() 공개 메소드

public EnsureDirectory ( string path ) : void
path string
리턴 void

GetLastAccessTimeUtc() 공개 메소드

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

MapPath() 공개 메소드

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

Open() 공개 메소드

public Open ( string filePath ) : Stream
filePath string
리턴 Stream