Hello there, can i ask if there is a way to convert a file's name into a string.
Sample:
filename = testcode.txt
it will convert the file's name into a string:
char convert[100];
covert = name of file
Is this possible?
Thank you guys ;_;
Regards,
AnimeProgrammer
Sample:
filename = testcode.txt
it will convert the file's name into a string:
char convert[100];
covert = name of file
Is this possible?
Thank you guys ;_;
Regards,
AnimeProgrammer
Comment