Frama-C:
Plug-ins:
Libraries:

Frama-C API - Normalized

  • deprecated Use Filepath directly instead.
type nonrec t = t
val of_string : ?existence:existence -> ?base_name:string -> string -> t
val extend : ?existence:existence -> t -> string -> t
val concat : ?existence:existence -> t -> string -> t
val concats : ?existence:existence -> t -> string list -> t
val to_pretty_string : t -> string
val to_string_list : t list -> string list
val equal : t -> t -> bool
val compare : t -> t -> int
val compare_pretty : ?case_sensitive:bool -> t -> t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val pp_abs : Stdlib.Format.formatter -> t -> unit
val empty : t
val is_empty : t -> bool
val is_special_stdout : t -> bool
val is_file : t -> bool
  • deprecated Use Filesystem.is_file.
val to_base_uri : t -> string option * string