package spotlib

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

Module Xunix.FindSource

Sourceclass type path = object ... end
Sourceval prune : unit -> 'a
Sourceval find : ?follow_symlink:bool -> f:(path -> unit) -> string list -> unit
Sourceval fold : ?follow_symlink:bool -> string list -> 'st -> ('st -> path -> [ `Continue | `Exit | `Prune ] * 'st) -> 'st
Sourceval files : ?follow_symlink:bool -> string list -> path list

simply Grabs all the files under the specified directories