Closed agarwal closed 7 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.
file_exists
files_exists_exn
?follow_symlinks
wrap_is
wrap1
This has been fixed internally and will make it out in the next GitHub release.
file_exists
andfiles_exists_exn
should support the?follow_symlinks
optional arg as in Core. The fix is to define these functions usingwrap_is
instead ofwrap1
.