Method | Description | |
---|---|---|
ExtendedDirList ( string path, string user, string pass, bool ssl, bool isNotCertVerifiable ) : string | ||
HandlesType ( enActivityIOPathType type ) : bool | ||
ListFilesInDirectory ( IActivityIOPath src ) : IList |
Get folder listing for source
|
|
ListFoldersInDirectory ( IActivityIOPath src ) : IList |
Get folder listing for source
|
|
PathIs ( IActivityIOPath path ) : enPathType | ||
PathSeperator ( ) : string | ||
RequiresLocalTmpStorage ( ) : bool |
Method | Description | |
---|---|---|
CloseHandle ( |
||
CreateDirectory ( IActivityIOPath dst, |
||
Delete ( IActivityIOPath src ) : bool | ||
DirectoryExist ( IActivityIOPath dir ) : bool | ||
ExtractDomain ( IActivityIOPath path ) : string | ||
ExtractUserName ( IPathAuth path ) : string | ||
FileExist ( IActivityIOPath path ) : bool | ||
Get ( IActivityIOPath path, List |
||
GetDirectoriesForType ( string path, string pattern, ReadTypes type ) : IEnumerable |
||
ListDirectoriesAccordingToType ( IActivityIOPath src, ReadTypes type ) : IList |
||
ListDirectory ( IActivityIOPath src ) : IList |
||
LogonUser ( String lpszUsername, String lpszDomain, String lpszPassword, int dwLogonType, int dwLogonProvider, SafeTokenHandle &phToken ) : bool | ||
PathExist ( IActivityIOPath dst ) : bool | ||
Put ( Stream src, IActivityIOPath dst, |
||
RequiresAuth ( IActivityIOPath path ) : bool |
public ExtendedDirList ( string path, string user, string pass, bool ssl, bool isNotCertVerifiable ) : string | ||
path | string | |
user | string | |
pass | string | |
ssl | bool | |
isNotCertVerifiable | bool | |
return | string |
public HandlesType ( enActivityIOPathType type ) : bool | ||
type | enActivityIOPathType | |
return | bool |
public ListFilesInDirectory ( IActivityIOPath src ) : IList |
||
src | IActivityIOPath | |
return | IList |
public ListFoldersInDirectory ( IActivityIOPath src ) : IList |
||
src | IActivityIOPath | |
return | IList |
public PathIs ( IActivityIOPath path ) : enPathType | ||
path | IActivityIOPath | |
return | enPathType |