Module Adaptor.Stat


module Stat: sig .. end
Adaptor module for retrieving file status and mode information.

val adaptor : ?dir:string ->
(< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i; stat : Line.absent > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i;
stat : < blksize : Line.absent; blocks : Line.absent;
mode : Line.present > >)
Adaptor.adaptor
Fill in the Line.Stat line submodule for a shtream of filenames.
val fitting : ?dir:string ->
(< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i; stat : Line.absent > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i;
stat : < blksize : Line.absent; blocks : Line.absent;
mode : Line.present > >)
Adaptor.fitting_adaptor
Fitting for add file metadata.
val reader : Reader.t
Reader for a newline-separated list of filenames.
val splitter : ?dir:string ->
(< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i; stat : Line.absent > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
passwd : 'f; ps : 'g; seq : 'h; source : 'i;
stat : < blksize : Line.absent; blocks : Line.absent;
mode : Line.present > >)
Adaptor.splitter
Fill in the Line.Stat line submodule for the file named in Line.raw.