Discussion Board
-
How to copy a file's content to a new file?
2004-04-05, 03:53
#1
Registered User
How to copy a file's content to a new file in series 60 SDK 1.2?
-
Nokia Developer Expert
in case you just need to copy the file you could use for example BaflUtils CopyFile()-function or CFileMan class functions.
In case you need to read the content and append it to other file you could use RFile class and it's functions for doing it.
yucca
-
Registered User
Thank you very much.Now I want to know the details of using RFile to copy a file.Can you give me some example code?
-
How to copy a file's content to a new file?
2004-04-05, 08:45
#4
Regular Contributor
Hey,
The SDK topic "How to read and write a file" has some sample code on how to use a RFile object to read from and write to a file.
Regards, Aljaz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules