Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - texgabry

Pages: [1]
1
µTasker general / uFileSystem "Append"
« on: April 28, 2009, 09:57:32 AM »
Hi everybody,
I'm trying to implement a kind of "log file" with the uFileSystem.
The procedure should be something like:
* open the file (the function already exists)
* seek at the end of file (???)
* write a new chunk of file (the function already exists)
* close the file (the function already exists)
Is this possible?  Or can the code be tweaked to allow it?
Thanks in advance!!!
texgabry

Pages: [1]