Does the version of FATFS that SYS/BIOS has in it support long file name? i tried to define "_USE_LFN" but i think i would have to rebuild sys bios for that....is that correct?
also, when i try to do an fopen("file.bla", "r") it seems it requires me to add the "fat:1:" prefix to the file. otherwise it wont let me open it. is there a reason for this when i am trying to open a file in the root directory?