This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module file [Version: v01] (Interface CondCopyControl)

   [CondCopyControl]

Methods:
doCopyFile
bool doCopyFile(const T *targetpath,const T *sourcepath)
filecopied
void filecopied(const T *targetpath,const T *sourcepath,size_t bytes)
ignoreEmptyDir
bool ignoreEmptyDir(const T *path)
feedback
void feedback()
feedback_bytes
size_t feedback_bytes()
feedback_time
time_t feedback_time()

Methods

   doCopyFile


...

Signature:
bool doCopyFile(const T *targetpath,const T *sourcepath)

Parameters:
Type Name Direction Description
const T *targetpath[IN]The null-terminated path to the target file.
const T *sourcepath[IN]The null-terminated path to the source file.


Return value:
...

   filecopied


...

Signature:
void filecopied(const T *targetpath,const T *sourcepath,size_t bytes)

Parameters:
Type Name Direction Description
const T *targetpath[IN]The null-terminated path to the target file.
const T *sourcepath[IN]The null-terminated path to the source file.
size_t bytesThe size in bytes.


   ignoreEmptyDir


...

Signature:
bool ignoreEmptyDir(const T *path)

Parameters:
Type Name Direction Description
const T *path[IN]A null-terminated path.


Return value:
...

   feedback


...

Signature:
void feedback()

   feedback_bytes


...

Signature:
size_t feedback_bytes()

Return value:
...

   feedback_time


...

Signature:
time_t feedback_time()

Return value:
...


Copyright © 2017 - 2019 by Andreas Pollhammer