DeleteImageFile
When used before the Scan action, this action tells the Scan action to delete the source files from the images folder.
Syntax
bool DeleteImageFile ()
Parameters
None.Returns
Always True.Level
Any level but usually the batch level.Details
A housekeeping action that deletes the current source image file. A Scan action must follow this action, which will perform the delete during the vscan process. If Scan is never called, the files are not deleted.- Example
DeleteImageFile() Scan()This sequence deletes the image files from their current location after they were added to the current batch folder.