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

Missing functions #24

Closed
ndmitchell opened this issue Sep 6, 2020 · 2 comments · Fixed by #25
Closed

Missing functions #24

ndmitchell opened this issue Sep 6, 2020 · 2 comments · Fixed by #25
Labels
enhancement New feature or request

Comments

@ndmitchell
Copy link

ndmitchell commented Sep 6, 2020

Looking at std::fs, for the functions I was using in my project, I was missing hard_link, soft_link, rename. Could these be added?

@LPGhatguy LPGhatguy added the enhancement New feature or request label Sep 7, 2020
@andrewhickman
Copy link
Owner

soft_link is deprecated. Would your use case be solved by exposing the platform specific replacements (std::os::unix::fs::symlink and std::os::windows::fs::{symlink_file, symlink_dir}) instead?

@ndmitchell
Copy link
Author

I'd have been happy without soft_link, given its deprecated - but thanks for the inclusion anyway!

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

Successfully merging a pull request may close this issue.

3 participants