FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [March 2015 Threads]
Am I being dense, or is FAT_SL lacking a rename (f_rename (char *From, char *To)
) function?
Should I implement it by opening the new file, copying from the old file, then deleting the old file? That seems neither elegant nor efficient.
Is there an easier way that I have missed, or do I need to delve into the internals of FAT_SL and add it to the API repertoire?
On a related note, my FTP server is coming along and will soon be ready to be contributed.
Cheers,
Andy McC
I think you will have to copy the file, then delete the old one. That is a little laborious in the SL version. A reference for the copy part can be found in the prvCOPYCommand() command within File-Releated-CLI-commands.c.
Regards.
I think you will have to copy the file, then delete the old one. That is a little laborious in the SL version. A reference for the copy part can be found in the prvCOPYCommand() command within File-Releated-CLI-commands.c.
OK, That's what I'll do for now.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.