effect
effect copied to clipboard
Platform: Missing File.writeString, File.readString
What is the problem this feature would solve?
Currently the FileSystem layer provides FileSystem.writeString and FileSystem.readString helpers; however, when using FileSystem.open those helpers aren't provided in the returned File type.
What is the feature you are proposing to solve the problem?
Add these helpers to the File type.
What alternatives have you considered?
No response