1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/fs
Bartek Iwańczuk 48a0b7f98f
feat(fs): support FileInfo.dev on Windows (#18073)
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>
2023-03-16 02:35:13 +01:00
..
30_fs.js feat(fs): support FileInfo.dev on Windows (#18073) 2023-03-16 02:35:13 +01:00
Cargo.toml chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
lib.rs feat(fs): support FileInfo.dev on Windows (#18073) 2023-03-16 02:35:13 +01:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00

deno_fs

This crate provides ops for interacting with the file system.