mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
48a0b7f98f
This commit adds support for retrieving `dev` information when stating files on Windows. Additionally `Deno.FileInfo` interfaces was changed to always return 0 for fields that we don't retrieve information for on Windows. Closes https://github.com/denoland/deno/issues/18053 --------- Co-authored-by: David Sherret <dsherret@gmail.com> |
||
---|---|---|
.. | ||
30_fs.js | ||
Cargo.toml | ||
lib.rs | ||
README.md |
deno_fs
This crate provides ops for interacting with the file system.