Functor Parameter_sig.Builder.Filepath_list

module Filepath_list: 
functor (X : sig
include Parameter_sig.Input_with_arg
val existence : Fc_Filepath.existence
val file_kind : string
see Filepath module.
end-> Parameter_sig.Filepath_list 
Parameters:
X : sig include Input_with_arg val existence: Fc_Filepath.existence val file_kind: string (** see [Filepath] module. *) end

include Parameter_sig.Collection

A list is a collection.

Additional accessors to the list.


val append_before : t -> unit
append a list in front of the current state
Since Neon-20140301
val append_after : t -> unit
append a list at the end of the current state
Since Neon-20140301