fs-err icon indicating copy to clipboard operation
fs-err copied to clipboard

Wrap std::env::set_current_dir

Open jplatte opened this issue 1 year ago • 1 comments

Idk what the path for this inside fs-err would be, but it can fail if the provided path doesn't exist (and likely also when it's not a directory).

If https://github.com/andrewhickman/fs-err/issues/67 was implemented, this would no longer really be necessary, side-stepping the import path issue.

jplatte avatar Dec 28 '24 13:12 jplatte

Do we have a list of functions that produce a std::io::Error that operate on the filesystem that don't have an fs-err wrapper?

schneems avatar Apr 10 '25 21:04 schneems