Method | Description | |
---|---|---|
Create ( string filePath, Stream stream ) : void | ||
EnsureDirectory ( string path ) : void | ||
GetLastAccessTimeUtc ( string filePath ) : System.DateTime | ||
MapPath ( string virtualPath ) : string | ||
Open ( string filePath ) : Stream |
public Create ( string filePath, Stream stream ) : void | ||
filePath | string | |
stream | Stream | |
return | void |
public EnsureDirectory ( string path ) : void | ||
path | string | |
return | void |
public GetLastAccessTimeUtc ( string filePath ) : System.DateTime | ||
filePath | string | |
return | System.DateTime |
public MapPath ( string virtualPath ) : string | ||
virtualPath | string | |
return | string |