package ez_file
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Easy file manipulation (read_file, write_file, etc.)
Install
dune-project
Dependency
ocamlpro.github.io
Readme
Changelog
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (3)
Authors
Maintainers
Sources
v0.3.0.tar.gz
sha256=e426f0853d613ce290003e4df93bdda93cb20be9b19ee57d59df0f92842310e9
doc/ez_file/Ez_file/FileSelector/index.html
Module Ez_file.FileSelectorSource
Source
type 'a t = {deep : bool;dft : [ `After | `Before ] option;filter : bool -> string -> bool;follow_links : bool;error : exn -> 'a -> unit;kinds : Unix.file_kind list option;
}Source
val create :
?deep:bool ->
?dft:[ `After | `Before ] ->
?glob:string ->
?path:string ->
?ignore:string ->
?kinds:Unix.file_kind list ->
?filter:(bool -> string -> bool) ->
?follow_links:bool ->
?error:(exn -> 'a -> unit) ->
unit ->
'a tSource
val make_select :
(?select:'file t -> 'file -> 'res) ->
?deep:bool ->
?dft:[ `After | `Before ] ->
?glob:string ->
?path:string ->
?ignore:string ->
?kinds:Unix.file_kind list ->
?filter:(bool -> string -> bool) ->
?follow_links:bool ->
?error:(exn -> 'file -> unit) ->
'file ->
'res sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>