This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
Methods:bool doCopyFile(const T *targetpath,const T *sourcepath)
| Type | Name | Direction | Description |
| targetpath | [IN] | The null-terminated path to the target file. | |
| sourcepath | [IN] | The null-terminated path to the source file. |
void filecopied(const T *targetpath,const T *sourcepath,size_t bytes)
| Type | Name | Direction | Description |
| targetpath | [IN] | The null-terminated path to the target file. | |
| sourcepath | [IN] | The null-terminated path to the source file. | |
| bytes | The size in bytes. |
bool ignoreEmptyDir(const T *path)
| Type | Name | Direction | Description |
| path | [IN] | A null-terminated path. |
void feedback()
size_t feedback_bytes()
time_t feedback_time()