janestreet / async_unix

Jane Street Capital's asynchronous execution library (unix)
MIT License
33 stars 21 forks source link

file_exists should take ?follow_symlinks arg #6

Closed agarwal closed 7 years ago

agarwal commented 9 years ago

file_exists and files_exists_exn should support the ?follow_symlinks optional arg as in Core. The fix is to define these functions using wrap_is instead of wrap1.

seliopou commented 7 years ago

This has been fixed internally and will make it out in the next GitHub release.