summaryrefslogtreecommitdiff
path: root/stdlib/filename.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2005-03-24 17:20:54 +0000
committerDamien Doligez <damien.doligez-inria.fr>2005-03-24 17:20:54 +0000
commite6007f6057d1d4e68a5618f232953344b683a168 (patch)
treeee5baa59e5eb0ebc4354bd215bd3c682986bf632 /stdlib/filename.mli
parent958bd6c49292afa23e5fee51770c45d1f8499faa (diff)
downloadocaml-e6007f6057d1d4e68a5618f232953344b683a168.tar.gz
fusion des changements jusqu'a 3.08.3
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6824 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/filename.mli')
-rw-r--r--stdlib/filename.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/filename.mli b/stdlib/filename.mli
index 086775f5e9..ed63a45fd5 100644
--- a/stdlib/filename.mli
+++ b/stdlib/filename.mli
@@ -60,7 +60,10 @@ val basename : string -> string
which is equivalent to [name]. Moreover, after setting the
current directory to [dirname name] (with {!Sys.chdir}),
references to [basename name] (which is a relative file name)
- designate the same file as [name] before the call to {!Sys.chdir}. *)
+ designate the same file as [name] before the call to {!Sys.chdir}.
+
+ The result is not specified if the argument is not a valid file name
+ (for example, under Unix if there is a NUL character in the string). *)
val dirname : string -> string
(** See {!Filename.basename}. *)