LUri.File
Uris that are filesystem paths
type uri = t
type t
val of_uri : uri -> (t, string) Stdlib.Result.t
val extension : t -> string
Extension, with the dot included
val to_string_uri : t -> string
Percent-enconded URI as string
val to_string_file : t -> string
Filename version, fit for OS functions
val compare : t -> t -> int
compare
val equal : t -> t -> bool
equal
val hash : t -> int
hash
val pp : Stdlib.Format.formatter -> t -> unit
print