package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Filepath.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 : Format.formatter -> t -> unit
val pp_abs : 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
OCaml

Innovation. Community. Security.