package plato

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

Module Plato.OsSource

Sourcetype stat_results = Unix.stats
Sourceval stat : string -> stat_results
Sourceval lstat : string -> stat_results
Sourceval openfile : string -> Unix.open_flag list -> Unix.file_perm -> Unix.file_descr
Sourceval close : Unix.file_descr -> unit
Sourceval listdir : string -> string array
Sourceval chmod : string -> Unix.file_perm -> unit
Sourceval lchmod : 'a -> 'b -> 'c
Sourceval mkdir : string -> Unix.file_perm -> unit
Sourceval rmdir : string -> unit
Sourceval rename : string -> string -> unit
Sourceval replace : string -> string -> unit
Sourceval utime : string -> float -> float -> unit
Sourceval getcwd : unit -> string
Sourcemodule type PATH = sig ... end
Sourceval path : (module PATH)
Sourcemodule Path : PATH
Sourcemodule type DIR_ENTRY = sig ... end
Sourcemodule DirEntry : sig ... end
Sourceval scandir : ?path:string -> unit -> DirEntry.t array
OCaml

Innovation. Community. Security.