Module Goblint_std.GobSys

val mkdir_parents : Fpath.t -> unit
val mkdir_or_exists : Fpath.t -> unit
val mkdir_or_exists_absolute : Fpath.t -> Fpath.t

Creates a directory and returns the absolute path *

val rmdir_if_empty : Fpath.t -> unit
val rmdir_recursive : Fpath.t -> unit

Remove directory and its content, as "rm -rf" would do.

  • raises Sys_error

    if path doesn't exist.

val rmdir_recursive_if_exists : Fpath.t -> unit
val exe_dir : Fpath.t
val command_line : string
val split_time : unit -> int * int * int * int
val string_of_time : unit -> string
val signal_of_string : string -> int
val self_signal : int -> unit