Rihards Balass / 4DGL-mbed-32PTU
Revision:
23:dd2c28fa4dfd
Parent:
22:cea582ea74c1
Child:
24:19c77967674e
--- a/Picaso_4DGL-32PTU.h	Tue Sep 27 08:48:08 2016 +0000
+++ b/Picaso_4DGL-32PTU.h	Tue Sep 27 10:45:38 2016 +0000
@@ -242,6 +242,7 @@
     bool fileMountResponse(); // response from file mount
     short fileErrorResponse(); // returns error code
     short fileCountResponse(); // returns searched file count
+    short getFilenameResponse(char*); // returns searched filename and length
     
 // File system commands
     bool file_Mount(); // mount file system
@@ -249,7 +250,7 @@
     short file_Count(char*); // get file count by given name
     short file_Dir(char*); // list the stream of filenames by given name and return count
     void file_FindFirst(char*); // list the stream of filenames by given name
-    char *file_FindFirstRet(char*); // list the stream of filenames by given name
+    short file_FindFirstRet(char*, char*); // list the stream of filenames by given name
 
 protected :