googleinterns / filesystem-in-appsscript

Apache License 2.0
5 stars 1 forks source link

[Ready - 2] FileSystem: Text Stream #48

Closed satviksr closed 4 years ago

satviksr commented 4 years ago

I have created the FileStream object to have a similar design as used by the FileIO module. This allows us to easily reuse the FileIO helper functions.

Implement

Test

Update: I plan to handle file locking of open files in a different PR, I have raised an issue for the same #63

todo[bot] commented 4 years ago

Implement in memory same process - File Locking

VBA doesn't allow 2 files to be opened for writing at the same time.


https://github.com/googleinterns/filesystem-in-appsscript/blob/1068449d1c616b765172d09f2c18e33709141cc7/FileSystem/VbaTextStream.js#L24-L29


This comment was generated by todo based on a todo comment in 1068449d1c616b765172d09f2c18e33709141cc7 in #48. cc @googleinterns.