Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support java.nio.file.Files/write #73

Closed
mk opened this issue Aug 31, 2022 · 3 comments
Closed

support java.nio.file.Files/write #73

mk opened this issue Aug 31, 2022 · 3 comments
Assignees

Comments

@mk
Copy link

mk commented Aug 31, 2022

I've been wanting to use babashka.fs for writing files using nio

Might supporting those be a sensible addition? Would also require an implementation ->standard-open-option analogous to ->copy-opts.

@borkdude
Copy link
Contributor

Seems good to me

@borkdude borkdude self-assigned this Sep 5, 2022
borkdude added a commit that referenced this issue Sep 5, 2022
@borkdude
Copy link
Contributor

borkdude commented Sep 5, 2022

write-bytes docs:

https://github.com/babashka/fs/blob/master/API.md#write-bytes

borkdude added a commit that referenced this issue Sep 5, 2022
@borkdude
Copy link
Contributor

borkdude commented Sep 5, 2022

Here is write-lines:

https://github.com/babashka/fs/blob/master/API.md#write-lines

Please review to check if this is something you were thinking of.

@borkdude borkdude closed this as completed Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants