anhnha
Full Member level 6
May be this is a stupid question but i cannot figure out, hope anyone can help.
After i use f_open() to create dstfile.txt, where i can find this file? I think that it must be located in C disk but I dont see any file is created.
res = f_open(&fdst, "C:\\dstfile.txt", FA_CREATE_ALWAYS | FA_WRITE);
PS: This function is in FATFS library here: http://elm-chan.org/fsw/ff/00index_e.html
After i use f_open() to create dstfile.txt, where i can find this file? I think that it must be located in C disk but I dont see any file is created.
res = f_open(&fdst, "C:\\dstfile.txt", FA_CREATE_ALWAYS | FA_WRITE);
PS: This function is in FATFS library here: http://elm-chan.org/fsw/ff/00index_e.html