package alba

  1. Overview
  2. Docs

Statistic data about a file/directory.

type t

Type of the data.

type time

Time stamp.

val compare : time -> time -> int

Compare time stamps.

val is_directory : t -> bool

Is the node a directory?

val is_file : t -> bool

Is the node a file?

val modification : t -> time

Time of last modification.