Hi guys, i'm struggling with SYS_FS_DirOpen(). When i try to run this part of code, it gives an error that can not open directory. APP_STATE_READ_FILE_NAME: dirHandle = SYS_FS_DirOpen("/mnt/myDrive1"); if (dirHandle == SYS_FS_HANDLE_INVALID) { // Director..
↧