메소드 | 설명 | |
---|---|---|
AddFile ( string path, Stream stream ) : void | ||
CreateFile ( string path ) : Stream | ||
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string path ) : bool | ||
FileExists ( string path ) : bool | ||
GetCreated ( string path ) : DateTimeOffset | ||
GetCurrentDirectory ( ) : string | ||
GetDirectories ( string path ) : IEnumerable |
||
GetFiles ( string path ) : IEnumerable |
||
GetFiles ( string path, string filter ) : IEnumerable |
||
GetFullPath ( string path ) : string | ||
GetLastModified ( string path ) : System.DateTime | ||
OpenFile ( string path ) : Stream |
메소드 | 설명 | |
---|---|---|
IFileSystem ( string path ) : DateTimeOffset |
public AddFile ( string path, Stream stream ) : void | ||
path | string | |
stream | Stream | |
리턴 | void |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
리턴 | void |
public GetCreated ( string path ) : DateTimeOffset | ||
path | string | |
리턴 | DateTimeOffset |
public GetDirectories ( string path ) : IEnumerable |
||
path | string | |
리턴 | IEnumerable |
public GetFiles ( string path, string filter ) : IEnumerable |
||
path | string | |
filter | string | |
리턴 | IEnumerable |
public GetLastModified ( string path ) : System.DateTime | ||
path | string | |
리턴 | System.DateTime |