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.2.0.tar.gz
sha256=e7b32ebead0f0be76b96b8bd0f826f2a115850b56c6d1129656060d5eff23c97
md5=ce2f4ab5bcb432c552d525dc48a3bdf9
doc/ez_file/FileSelector/index.html
Module 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)"
>