Property | Type | Description | |
---|---|---|---|
GetParentFolder | IFolder |
Method | Description | |
---|---|---|
CombinePath ( string path1, string path2 ) : string | ||
CreateDirectory ( string path ) : void | ||
CreateFile ( string path ) : IFile | ||
DeleteFile ( string path ) : bool | ||
DirectoryExists ( string path ) : bool | ||
FileExists ( string path ) : bool | ||
GetFileSize ( string path ) : long | ||
OpenFile ( string path, bool readOnly ) : IFile | ||
PortableFileSystem ( ) : System | ||
RenameFile ( string sourcePath, string destPath ) : bool |
Method | Description | |
---|---|---|
GetParentFolder ( string path, string &fileName ) : IFolder |
public CombinePath ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |
public CreateDirectory ( string path ) : void | ||
path | string | |
return | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
public OpenFile ( string path, bool readOnly ) : IFile | ||
path | string | |
readOnly | bool | |
return | IFile |
public RenameFile ( string sourcePath, string destPath ) : bool | ||
sourcePath | string | |
destPath | string | |
return | bool |