fs-write-stream-atomic icon indicating copy to clipboard operation
fs-write-stream-atomic copied to clipboard

Support append mode?

Open olalonde opened this issue 9 years ago • 0 comments

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?

olalonde avatar Sep 21 '16 21:09 olalonde