2015-01-28
2.0.1
darwinLabs
9.0.0.2
All
All
Components, Libraries
[Overview]
Provides utility functions for other eSpaces to use in Timers, making them able to monitor Folders and periodically retrieve Files placed there.
[Detail]
Fetches a list of files and their contents in several formats (binary, text, etc.) from a folder, optionally matching a particular name pattern.
Moves all files to a working directory ("Work") while they are being read, and then to a completion ("Done") or failure ("Error") directory once each file is read from disk, under the generated batch number.
Example (empty directories indicated with a '.'):
(starting point)
/example/directory/FileOk.txt
/example/directory/FileBad.txt
(reading files) /example/directory/.
/example/directory/Work/201501011200123/FileOk.txt
/example/directory/Work/201501011200123/FileBad.txt
(upon completion) /example/directory/.
/example/directory/Done/201501011200123/FileOk.txt
/example/directory/Error/201501011200123/FileBad.txt
/example/directory/Work/.