메소드 | 설명 | |
---|---|---|
AddCertificate ( |
||
CopyFile ( string oldPath, string newPath ) : void | ||
CreateDirectory ( string path ) : void | ||
DeleteDirectory ( string dir ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string path ) : bool | ||
EmptyDirectory ( string dirPath ) : void | ||
FileExists ( string path ) : bool | ||
GetCertificate ( string thumbprint ) : |
||
GetDirectories ( string sourceDirName ) : string[] | ||
GetDirectories ( string startDirectory, string filePattern, SearchOption options ) : string[] | ||
GetFileAttributes ( string path ) : FileAttributes | ||
GetFiles ( string sourceDirName ) : string[] | ||
GetFiles ( string startDirectory, string filePattern, SearchOption options ) : string[] | ||
ReadFileAsBytes ( string path ) : byte[] | ||
ReadFileAsStream ( string path ) : Stream | ||
ReadFileAsText ( string path ) : string | ||
RemoveCertificate ( string thumbprint ) : void | ||
RenameFile ( string oldPath, string newPath ) : void | ||
WriteFile ( string path, byte contents ) : void | ||
WriteFile ( string path, string contents ) : void | ||
WriteFile ( string path, string contents, |
메소드 | 설명 | |
---|---|---|
WildcardToRegex ( string wildcard ) : string |
Converts unix asterisk based file pattern to regex
|
public AddCertificate ( |
||
cert | ||
리턴 | void |
public CopyFile ( string oldPath, string newPath ) : void | ||
oldPath | string | |
newPath | string | |
리턴 | void |
public GetCertificate ( string thumbprint ) : |
||
thumbprint | string | |
리턴 |
public GetDirectories ( string sourceDirName ) : string[] | ||
sourceDirName | string | |
리턴 | string[] |
public GetDirectories ( string startDirectory, string filePattern, SearchOption options ) : string[] | ||
startDirectory | string | |
filePattern | string | |
options | SearchOption | |
리턴 | string[] |
public GetFileAttributes ( string path ) : FileAttributes | ||
path | string | |
리턴 | FileAttributes |
public GetFiles ( string sourceDirName ) : string[] | ||
sourceDirName | string | |
리턴 | string[] |
public GetFiles ( string startDirectory, string filePattern, SearchOption options ) : string[] | ||
startDirectory | string | |
filePattern | string | |
options | SearchOption | |
리턴 | string[] |
public RemoveCertificate ( string thumbprint ) : void | ||
thumbprint | string | |
리턴 | void |
public RenameFile ( string oldPath, string newPath ) : void | ||
oldPath | string | |
newPath | string | |
리턴 | void |
public WriteFile ( string path, byte contents ) : void | ||
path | string | |
contents | byte | |
리턴 | void |
public WriteFile ( string path, string contents ) : void | ||
path | string | |
contents | string | |
리턴 | void |
public WriteFile ( string path, string contents, |
||
path | string | |
contents | string | |
encoding | ||
리턴 | void |