-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing file operations #510
Comments
Similarily it might be nice to expose something that would allow the creation of temporary files without going trough Maybe by exposing a |
Or using |
The only one of this list that I'm a little wary of adding to Eio without some thought is |
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
chmod
support #764chown
access
Also, would be good to provide helpers for:
The text was updated successfully, but these errors were encountered: