Welcome to the Rockbox Technical Forums!
onplay.d, delete_file_dir, before end of function:int fd = open("/deleted.txt", O_CREAT|O_WRONLY|O_APPEND, 0666);if (fd >= 0){ fdprintf(fd, "%s\n", file_to_delete); close(fd);}
Page created in 0.084 seconds with 15 queries.