Page 1 of 1

ftell, fseek, rename and remove

Posted: Fri Nov 08, 2019 3:29 pm
by 4minnovations
Hi,
I try to use ftell, fseek, rename eand remove for a text file and I can't. The compiler said undefined for all of them. I try to incorporate the stdio.h, but not successful.

Re: ftell, fseek, rename and remove

Posted: Fri Nov 08, 2019 7:56 pm
by TomKerekes
Hi,

File IO from KFLOP is very basic only basic disk file read/write is supported. Those functions are not supported.

For rename or remove you might create a PC Program to do this.

Re: ftell, fseek, rename and remove

Posted: Fri Nov 08, 2019 8:13 pm
by 4minnovations
Thanks for the answer