I need help making my code read subdirectories... it does read from the folder that i run it in.. It reads all mp3 files... But only problem is it wont read it from subdirectories!
Here is my code
scan( "*.mp3", "C:", true );
Anyway to make it read other folders in that directory?
Thanks in advance, Jackson!
