-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The FS API is currently missing lots of functions that are in OCaml's Unix
:
-
stat
andlstat
(you can stat an open file though) -
fsync
(Add Eio.File.{seek,sync,truncate} #626) -
lseek
(Add Eio.File.{seek,sync,truncate} #626) -
ftruncate
(Add Eio.File.{seek,sync,truncate} #626) (andtruncate
?) -
map_file
-
link
-
symlink
-
readlink
-
realpath
- Implement
chmod
support #764 -
chown
(Supportchown
in eio_posix and eio_linux #781) -
access
Also, would be good to provide helpers for:
- Creating temporary files (requested by @adatario).
- Add Path.mkdirs and Path.split #625
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request