Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: arkoreHi Rocco,
This is exactly the kind of thing I was looking for. Thanks very much.
For anyone following me:
In my case I intend to use the stat() function to check if the target file exists and if so then use the delete() function to clear the prior file then use appendFile() to copy. This replicates the copy and replace behavior that most file systems would use.
Thanks!