This library has 41 classes.
ECF: file-processing.ecf
Class categories:
Object that is buildable from a file
Object that is createable from a file
Directory list
Further Information
Click on class link to see client examples.
Set of 2 file paths indexable by BOOLEAN values True or False
Further Information
Click on class link to see client examples.
Object to temporarily swap a file with another file in the same directory that has the same name but a different extension
Further Information
Click on class link to see client examples.
Updateable file
Further Information
Click on class link to see client examples.
Default file processing command
Further Information
Click on class link to see client examples.
Command that takes a file input and outputs a file when execute is called
Further Information
Click on class link to see client examples.
Abstraction for command that takes a file input and outputs a file when execute is called
Further Information
Click on class link to see client examples.
Command to process a list of files on execution
Further Information
Click on class link to see client examples.
File processing command
Further Information
Click on class link to see client examples.
File tree command
Further Information
Click on class link to see client examples.
Windows file lock information
Windows file locking C API included already in EL_WIN_32_C_API
File that can be locked for exclusive writing operation
Further Information
Click on class link to see client examples.
Windows implementation of a special 0 byte created file used as a mutex
Further Information
Click on class link to see client examples.
Unix file lock information
Unix file C API
File that can be locked for exclusive writing operation
Further Information
Click on class link to see client examples.
Unix implementation of a special 1 byte created file used as a mutex
Further Information
Click on class link to see client examples.
Abstract interface to file locking objects
Abstraction for file that can be locked for exclusive writing operation
Special file mutex of fixed length
Directory content processor
Further Information
Click on class link to see client examples.
Directory tree file processor
Further Information
Click on class link to see client examples.
Object to transform selected input files placing the results in a created output directory with matching structure. The conversion is carrried out by a supplied argument to routine do_all conforming to EL_FILE_INPUT_OUTPUT_COMMAND.
Further Information
Click on class link to see client examples.
Abstract interface to data object that can be stored to file file_path with or without integrity checks on restoration. See store versus safe_store.
Abstract interface to data object that can be stored to file file_path with or without integrity checks on restoration. See store versus safe_store.
Escape string as CSV (comma separated value)
Object that is reflectively convertable to comma separated list of string values
Further Information
Click on class link to see client examples.
Abstract implementation for EL_CSV_ESCAPER
STRING_32 implementation of EL_CSV_ESCAPER_IMP [STRING_GENERAL]
STRING_8 implementation of EL_CSV_ESCAPER_IMP [STRING_GENERAL]
ZSTRING implementation of EL_CSV_ESCAPER_IMP [STRING_GENERAL]
Key identifiable
Storable object with a primary key of type NATURAL_32
File synchronization item with CRC-32 checksum
Further Information
Click on class link to see client examples.
Manages a set of files in a common directory tree that can be synchronized with remote medium conforming to EL_FILE_SYNC_MEDIUM
Further Information
Click on class link to see notes and client examples.
Medium containing synchronized tree of files: FTP, local file system, etc
Further Information
Click on class link to see client examples.
File sync constants
Further Information
Click on class link to see client examples.
Local file system as file synchronized medium destination
Further Information
Click on class link to see client examples.