Method | Description | |
---|---|---|
Exists ( string path ) : bool | ||
GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[] | ||
Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream |
public GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[] | ||
path | string | |
pattern | string | |
option | SearchOption | |
return | string[] |
public Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream | ||
path | string | |
mode | FileMode | |
access | FileAccess | |
share | FileShare | |
return | Stream |