![]() |
Forum Index : Microcontroller and PC projects : SD card access error with MM+ V5.05.02
Author | Message | ||||
pjmart Newbie ![]() Joined: 13/11/2016 Location: AustraliaPosts: 9 |
I have just upgraded my Ex100 from v5.2 to v5.05.02 and am now getting error messages when using the DIR$() function as follows: f$=DIR$("*.*",VOL) error:INVALID FLAG SPECIFICATION f$=DIR$("*.*",DIR no error but sub directories are blank "" f$=DIR$("*.*") error:SYNTAX There are 2 sub directories on the SD card plus a volume title. The sub directories are displayed correctly by the FILES command and the CWD$ function. The function f$=DIR$("*.*",FILE) works, successfully finding all files. Is it possible that I have done something wrong when loading the new firmware causing this or is there a bug in the latest version? |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
I don't have an E100/E64 handy but try f$=DIR$("*",DIR) The wildcard *.* doesn't find files/folders without any extension. Jim VK7JH MMedit |
||||
pjmart Newbie ![]() Joined: 13/11/2016 Location: AustraliaPosts: 9 |
Thanks TassyJim, that fixes the DIR file search. Perhaps could be clarified in future manuals. However the error associated with VOL search remains. I did try f$=dir$("*",VOL) but same error. Peter |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |