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

fs functions #533

Open
ModProg opened this issue May 29, 2023 · 2 comments
Open

fs functions #533

ModProg opened this issue May 29, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ModProg
Copy link
Contributor

ModProg commented May 29, 2023

  • copy
  • create_dir (could be create_dir_all by default)
  • create_dir_all
  • remove_dir
  • remove_dir_all
  • remove_file
  • rename
  • soft_link (I know it is deprecated, but I don't know how much sense it would make to mirror the os specific functions)
  • write
@udoprog udoprog added the enhancement New feature or request label Jun 4, 2023
@udoprog
Copy link
Collaborator

udoprog commented Jun 4, 2023

I primarily use rune in sandboxed environments without filesystem access, but I'm definitely OK with adding these in case someone wants to add build them out.

@ModProg
Copy link
Contributor Author

ModProg commented Jun 5, 2023

I've implemented them, but synchronously because that fits my usecase better so not sure if it makes sense to integrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants