ftell, fseek, rename and remove

Moderators: TomKerekes, dynomotion

Post Reply
4minnovations
Posts: 47
Joined: Fri Nov 01, 2019 7:18 pm

ftell, fseek, rename and remove

Post by 4minnovations » Fri Nov 08, 2019 3:29 pm

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.

User avatar
TomKerekes
Posts: 2529
Joined: Mon Dec 04, 2017 1:49 am

Re: ftell, fseek, rename and remove

Post by TomKerekes » Fri Nov 08, 2019 7:56 pm

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.
Regards,

Tom Kerekes
Dynomotion, Inc.

4minnovations
Posts: 47
Joined: Fri Nov 01, 2019 7:18 pm

Re: ftell, fseek, rename and remove

Post by 4minnovations » Fri Nov 08, 2019 8:13 pm

Thanks for the answer

Post Reply