fs-write-stream-atomic
fs-write-stream-atomic copied to clipboard
Support append mode?
Would be useful if this module could support appends { flags: 'a' }. I'm not sure how this would be implemented though. I guess you'd have to copy the entire destination file each time?