package plato

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

Module WindowsPath.PurePathSource

Sourcetype t
Sourcemodule PathParents : PATH_PARENTS with type path = t
Sourceval repr : t -> string
Sourceval of_paths : t list -> t
Sourceval of_strings : string list -> t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval hash : t -> int
Sourceval eq : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval lt : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval le : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval gt : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval ge : t -> t -> bool
Sourceval (>=) : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval get_drive : t -> string
Sourceval get_root : t -> string
Sourceval anchor : t -> string
Sourceval name : t -> string
Sourceval suffix : t -> string
Sourceval suffixes : t -> string list
Sourceval stem : t -> string
Sourceval with_name : t -> string -> t
Sourceval with_suffix : t -> string -> t
Sourceval relative_to : t -> t -> t
Sourceval is_relative_to : t -> t -> bool
Sourceval parts : t -> string list
Sourceval joinpath : t -> t -> t
Sourceval parent : t -> t
Sourceval parents : t -> PathParents.t
Sourceval is_absolute : t -> bool
Sourceval is_reserved : t -> bool
Sourceval (/) : t -> t -> t
OCaml

Innovation. Community. Security.