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
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