]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/contrib/otherlibs/labltk/browser/useunix.mli
Inital import
[l4.git] / l4 / pkg / ocaml / contrib / otherlibs / labltk / browser / useunix.mli
1 (*************************************************************************)
2 (*                                                                       *)
3 (*                Objective Caml LablTk library                          *)
4 (*                                                                       *)
5 (*            Jacques Garrigue, Kyoto University RIMS                    *)
6 (*                                                                       *)
7 (*   Copyright 1999 Institut National de Recherche en Informatique et    *)
8 (*   en Automatique and Kyoto University.  All rights reserved.          *)
9 (*   This file is distributed under the terms of the GNU Library         *)
10 (*   General Public License, with the special exception on linking       *)
11 (*   described in file ../../../LICENSE.                                 *)
12 (*                                                                       *)
13 (*************************************************************************)
14
15 (* $Id: useunix.mli 5094 2002-08-09 10:34:44Z garrigue $ *)
16
17 (* Unix utilities *)
18
19 val get_files_in_directory : string -> string list
20 val is_directory : string -> bool
21 val concat : string -> string -> string
22 val get_directories_in_files : path:string -> string list -> string list
23 val subshell : cmd:string -> string list