-
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:
-
statandlstat(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
chmodsupport #764 -
chown(Supportchownin 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