home *** CD-ROM | disk | FTP | other *** search
- #ifndef MYFILEIO_H
- #define MYFILEIO_H
-
- /****************************************************************
- * *
- * Filename : FileIO Definition *
- * *
- ****************************************************************
- * *
- * Comment : Includedatei für alle File I/O's *
- * *
- * *
- * *
- * Rev : V1.0 *
- * *
- * History : V1.0 erstellen dieses Files 20.06.89 *
- * *
- * Doc : *
- * *
- * Bugs : keine bekannten *
- * *
- * Autor : Oesch Silvano *
- * *
- * Datum : 20.06.89 *
- * *
- ****************************************************************/
-
-
-
- BYTE Colorname_input[FCHARS +1]="FPLOT.config";
- /* Inputfilename */
- BYTE DirColname_input[MAXPATH]="S:";
- /* Inputdirectory */
- BYTE Colorname_output[FCHARS +1]="FPLOT.config";
- /* Outputfilename */
- BYTE DirColname_output[MAXPATH]="S:";
- /* Outputdirectory */
-
- BYTE Filename_input[FCHARS +1]; /* Inputfilename */
- BYTE Dirname_input[MAXPATH]; /* Inputdirectory */
- BYTE Filename_output[FCHARS +1]; /* Outputfilename */
- BYTE Dirname_output[MAXPATH]; /* Outputdirectory */
-
- /*
-
- struct FileRequester
- fileoutput={
- "Sichern unter",
- Filename_output,
- Dirname_output,
- NULL,
- FRF_DoColor,
- FRF_NewWindFunc,
- NULL,
- };
-
- */
- #endif MYFILEIO_H
-