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]

   [CondCopyControl]
 
Compile status: 
see log

Contents


Interfaces


Dependencies

For the Prokee Module Library

Dynamically Linked Modules: Statically Linked Modules: For the Standalone Executable

Source Files

  • file/file.h
  • interface/prokee/file/prokee.h
  • interface/prokee/file/prokee_c.h
  • interface/prokee/mlocal.h
  • file/file.cpp
  • interface/prokee/file/prokee.cpp
  • interface/prokee/file/prokee_c.cpp

Licenses


Exported Symbols

Pointers

bool (*file_copyfile3)(FILE *targetfile,FILE *sourcefile);
bool (*file_copyfile4)(int targetfile,int sourcefile);
void *(*file_readfile3)(FILE *f,void *data,unsigned int *length);
int (*file_writefilef2)(FILE *f,void *data,unsigned int length);
int (*file_writefilef3)(int f,void *data,unsigned int length);
int (*file_getblocksize)(FILE *f);

Pointers (Templates)

FILE *(*file_openfile3)(const T * path,const T * filename,const T * mode);
FILE *(*file_openfile2)(const T * filename,const T * mode);
FILE *(*file_openfile1)(const T * filename);
void *(*file_readfile1)(const T * filename,unsigned int *length);
char *(*file_readfile_as_string)(const T * filename,unsigned int *length);
void *(*file_readfile2)(const T * filename,void *data,unsigned int *length);
bool (*file_writefile1)(const T * filename,void *data,unsigned int length);
bool (*file_appendfile)(const T * filename,void *data,unsigned int length);
T *(*file_write_newfile)(const T * filename,void *data,unsigned int length);
bool (*file_rwfile)(const T * filename,unsigned int r,bool d);
bool (*file_testfile_open)(const T * path);
bool (*file_testfile)(const T * path);
bool (*file_copyfile1)(const T * targetpath,const T * sourcepath);
bool (*file_copyfile2)(const T * targetpath,const T * sourcepath,const T * filename);
bool (*file_copyfile5)(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool (*file_copyfile6)(const T * targetpath,const T * sourcepath,const T * filename,CondCopyControl< T > *ccc);
size_t (*file_copyfile7)(FILE *targetfile,FILE *sourcefile,CondCopyControl< T > *ccc);
size_t (*file_copyfile8)(int targetfile,int sourcefile,CondCopyControl< T > *ccc);
bool (*file_compare)(const T * path_to_file_a,const T * path_to_file_b);
time_t (*file_get_time_write)(const T * filename);
unsigned long int (*file_get_size)(const T * filename);
bool (*file_remove)(const T * filename);
bool (*file_remove_clean)(const T * filename);

Internal Pointers

Pointers

bool file_copyfile3(FILE *targetfile,FILE *sourcefile);
bool file_copyfile4(int targetfile,int sourcefile);
void *file_readfile3(FILE *f,void *data,unsigned int *length);
int file_writefilef2(FILE *f,void *data,unsigned int length);
int file_writefilef3(int f,void *data,unsigned int length);
int file_getblocksize(FILE *f);

Pointers (Templates)

FILE *file_openfile3(const T * path,const T * filename,const T * mode);
FILE *file_openfile2(const T * filename,const T * mode);
FILE *file_openfile1(const T * filename);
void *file_readfile1(const T * filename,unsigned int *length);
char *file_readfile_as_string(const T * filename,unsigned int *length);
void *file_readfile2(const T * filename,void *data,unsigned int *length);
bool file_writefile1(const T * filename,void *data,unsigned int length);
bool file_appendfile(const T * filename,void *data,unsigned int length);
T *file_write_newfile(const T * filename,void *data,unsigned int length);
bool file_rwfile(const T * filename,unsigned int r,bool d);
bool file_testfile_open(const T * path);
bool file_testfile(const T * path);
bool file_copyfile1(const T * targetpath,const T * sourcepath);
bool file_copyfile2(const T * targetpath,const T * sourcepath,const T * filename);
bool file_copyfile5(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool file_copyfile6(const T * targetpath,const T * sourcepath,const T * filename,CondCopyControl< T > *ccc);
size_t file_copyfile7(FILE *targetfile,FILE *sourcefile,CondCopyControl< T > *ccc);
size_t file_copyfile8(int targetfile,int sourcefile,CondCopyControl< T > *ccc);
bool file_compare(const T * path_to_file_a,const T * path_to_file_b);
time_t file_get_time_write(const T * filename);
unsigned long int file_get_size(const T * filename);
bool file_remove(const T * filename);
bool file_remove_clean(const T * filename);

Build Log

--------------------------------------------------------------------------------
file -- Do Dez  5 02:31:39 CET 2019
--------------------------------------------------------------------------------
ERROR: Fehler beim öffnen der Datei files.def.
Fehlernummer: 2
-------------------------------------------------------------------------------
> install headers
cp: der Aufruf von stat für '../source/interface/prokee/file/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
-------------------------------------------------------------------------------
Executable for Linux/[local system] (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Executable for Windows/[local system] (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Linux/[local system] (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Windows/[local system] (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Linux/[local system] (LIB)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Windows/[local system] (LIB)
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/[local system])
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/[local system])
[compiling] [end]
------------------------------------------------------------------------------- Executable for Linux/32bit (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Executable for Windows/32bit (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Linux/32bit (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Windows/32bit (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Linux/32bit (LIB)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Windows/32bit (LIB)
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/32bit)
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/32bit)
[compiling] [end]
------------------------------------------------------------------------------- Executable for Linux/64bit (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Executable for Windows/64bit (CLI)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Linux/64bit (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Dynamic library for Windows/64bit (DLL)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Linux/64bit (LIB)
[compiling] [end]
------------------------------------------------------------------------------- Static library for Windows/64bit (LIB)
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Linux/64bit)
[compiling] [end]
------------------------------------------------------------------------------- TESTS (Automated Tests for Windows/64bit)
[compiling] [end]
------------------------------------------------------------------------------- > test_all ------------------------------------------------------------------------------- > prepare cp: der Aufruf von stat für '../source/interface/prokee/file/inc/struct.h' ist nicht möglich: Datei oder Verzeichnis nicht gefunden cp: der Aufruf von stat für '../docu/man/' ist nicht möglich: Datei oder Verzeichnis nicht gefunden ------------------------------------------------------------------------------- > install creating /opt/prokee/system/reg/dllinfo/file.v01.info ... license=1 | version=1 | library=libfile.v01 creating /opt/prokee/system/reg/dllinfo/file.info ... license=1 | version=1 | library=libfile.v01 ------------------------------------------------------------------------------- > module ------------------------------------------------------------------------------- > exepack ------------------------------------------------------------------------------- > sourcepack ------------------------------------------------------------------------------- > cleanup ------------------------------------------------------------------------------- > webexport -------------------------------------------------------------------------------- FERTIG --------------------------------------------------------------------------------

Copyright © 2017 - 2019 by Andreas Pollhammer