Module IStdlib.ISys

val file_exists : ?follow_symlinks:bool -> string -> bool

Similar to Sys.file_exists_exn, but it returns false when the result is unknown, instead of raising an exception. follow_symlinks is true by default.