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.
ftell, fseek, rename and remove
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2677
- Joined: Mon Dec 04, 2017 1:49 am
Re: ftell, fseek, rename and remove
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.
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.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 47
- Joined: Fri Nov 01, 2019 7:18 pm
Re: ftell, fseek, rename and remove
Thanks for the answer