aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/system.mli
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-20 14:36:41 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-20 22:48:06 +0200
commit69941d4e195650bf59285b897c14d6287defea0f (patch)
tree572c43bd2c6ca5fd53d364a90b21e390bc50a87e /lib/system.mli
parent5a52a74592496353d562d9f3e958fb59ab585531 (diff)
Continuing incomplete 4b5af0d6e9ec1 (on MacOS X, ensuring that files
found in the file system have the expected lowercase/uppercase spelling)
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index a3d66d577..051e92f16 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -29,6 +29,8 @@ val exists_dir : string -> bool
val find_file_in_path :
?warn:bool -> CUnix.load_path -> string -> CUnix.physical_path * string
+val file_exists_respecting_case : string -> bool
+
(** {6 I/O functions } *)
(** Generic input and output functions, parameterized by a magic number
and a suffix. The intern functions raise the exception [Bad_magic_number]