deno/ext/fs
Asher Gomez f5097d9d3b
feat: Deno.FsFile.{utime,utimeSync}() and deprecate Deno.{futime,futimeSync} (#22070)
For removal in Deno v2.

---------

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-01-24 17:26:49 +01:00
..
30_fs.js feat: Deno.FsFile.{utime,utimeSync}() and deprecate Deno.{futime,futimeSync} (#22070) 2024-01-24 17:26:49 +01:00
Cargo.toml chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
clippy.toml
interface.rs fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) 2024-01-05 18:28:33 +05:30
lib.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ops.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md
std_fs.rs fix: android support (#19437) 2024-01-10 06:04:14 -07:00
sync.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00

deno_fs

This crate provides ops for interacting with the file system.