mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
76ebf567e2
When using a prefix or suffix containing an invalid filename character, it's not entirely clear where the errors come from. We make these errors more consistent across platforms. In addition, all permission prompts for tempfile and tempdir were printing the same API name. We also take the opportunity to make the tempfile random space larger by 2x (using a base32-encoded u64 rather than a hex-encoded u32). |
||
---|---|---|
.. | ||
30_fs.js | ||
Cargo.toml | ||
clippy.toml | ||
interface.rs | ||
lib.rs | ||
ops.rs | ||
README.md | ||
std_fs.rs | ||
sync.rs |
deno_fs
This crate provides ops for interacting with the file system.