I like RingoJS's fs module:
https://ringojs.org/api/master/fs/
Compared to it, we miss many things, e.g: methods dealing with links (isLink, hardLink,...).
Both being wrapper around java.nio isn't it?
Please add more methods to sys::File so it's powerful enough for us to not have to invoke java.nio directly.
Thanks.
Login or Signup to reply.
CretinHo Tue 15 Jun 2021
I like RingoJS's fs module:
https://ringojs.org/api/master/fs/
Compared to it, we miss many things, e.g: methods dealing with links (isLink, hardLink,...).
Both being wrapper around java.nio isn't it?
Please add more methods to sys::File so it's powerful enough for us to not have to invoke java.nio directly.
Thanks.