For directory operations (copy, delete...)
More...
#include <diroperation.h>
|
| DirOperation (wxString OriginPath, wxString DestinationPath=_T("")) |
|
void | InitPath (wxString OriginPath=_T(""), wxString DestinationPath=_T("")) |
|
double | GetDirectorySize (DIROP_SELECTDIR dirselection=DIROP_PATH_ORIGIN) |
|
long | GetAllDirectoryFiles (wxArrayString &filesNames, DIROP_SELECTDIR dirselection=DIROP_PATH_ORIGIN) |
|
bool | HasEnoughFreeSpace (double megabyteSize, DIROP_SELECTDIR dirselection=DIROP_PATH_ORIGIN) |
|
bool | IsPathWritable (DIROP_SELECTDIR dirselection=DIROP_PATH_DESTINATION) |
|
bool | CopyDirectory (const wxArrayString &filesNames, bool showprogress=FALSE) |
|
For directory operations (copy, delete...)
This is intended to be a super class dealing with directory operation such as copy, move, count size of a directory and so on.
- Author
- Lucien Schreiber (c) CREALP 2007
- Date
- 05 February 2008
The documentation for this class was generated from the following files:
- /github/workspace/src/core/diroperation.h
- /github/workspace/src/core/diroperation.cpp