diff options
Diffstat (limited to 'otherlibs/labltk/browser/useunix.mli')
-rw-r--r-- | otherlibs/labltk/browser/useunix.mli | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/otherlibs/labltk/browser/useunix.mli b/otherlibs/labltk/browser/useunix.mli deleted file mode 100644 index 47d7a26aa..000000000 --- a/otherlibs/labltk/browser/useunix.mli +++ /dev/null @@ -1,23 +0,0 @@ -(*************************************************************************) -(* *) -(* OCaml LablTk library *) -(* *) -(* Jacques Garrigue, Kyoto University RIMS *) -(* *) -(* Copyright 1999 Institut National de Recherche en Informatique et *) -(* en Automatique and Kyoto University. All rights reserved. *) -(* This file is distributed under the terms of the GNU Library *) -(* General Public License, with the special exception on linking *) -(* described in file ../../../LICENSE. *) -(* *) -(*************************************************************************) - -(* $Id$ *) - -(* Unix utilities *) - -val get_files_in_directory : string -> string list -val is_directory : string -> bool -val concat : string -> string -> string -val get_directories_in_files : path:string -> string list -> string list -val subshell : cmd:string -> string list |