package plato

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

Module Os.DirEntrySource

Sourcetype t = {
  1. name : string;
  2. path : string;
  3. stat : stat_results;
}
Sourceval name : t -> string
Sourceval path : t -> string
Sourceval inode : t -> int
Sourceval is_dir : ?follow_symlinks:bool -> t -> bool
Sourceval is_file : ?follow_symlinks:bool -> t -> bool
Sourceval stat : ?follow_symlinks:bool -> t -> stat_results
OCaml

Innovation. Community. Security.