Rihards Balass / 4DGL-mbed-32PTU
Revision:
25:015631f9e875
Parent:
24:19c77967674e
Child:
26:c6a803706a42
--- a/Picaso_4DGL-32PTU.h	Tue Sep 27 11:10:20 2016 +0000
+++ b/Picaso_4DGL-32PTU.h	Tue Sep 27 11:49:34 2016 +0000
@@ -105,7 +105,7 @@
 #define FILE_FIRST_RET      0x0024
 #define FILE_NEXT           0xFF1B
 #define FILE_NEXT_RET       0x0025
-#define FILE_EXISTS         0x
+#define FILE_EXISTS         0x0005
 #define FILE_OPEN           0x
 #define FILE_CLOSE          0x
 #define FILE_READ           0x
@@ -253,6 +253,7 @@
     short file_FindFirstRet(char*, char*); // list the stream of filenames by given name
     void file_FindNext(); // list the stream of filenames by given name
     short file_FindNextRet(char*); // list the stream of filenames by given name
+    bool file_Exists(char*); // search for file
 
 protected :