LoadFiles: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
 
No edit summary
 
Line 1: Line 1:
The purpose of the LoadFiles modules is to define a number of files. The module then performs a variation over all files by returning the file path as variable.
The file path can then be forwarded to other modules or widgets to perform a certain process for each file.
=== Examples ===
* Load image, sound file and process them
* Load data and process it with a [[CustomFunction]] module
[[Category:Modules]]
[[Category:Modules]]
[[Category:Add-On Modules]]
[[Category:Add-On Modules]]

Latest revision as of 13:32, 2 December 2020

The purpose of the LoadFiles modules is to define a number of files. The module then performs a variation over all files by returning the file path as variable. The file path can then be forwarded to other modules or widgets to perform a certain process for each file.

Examples

  • Load image, sound file and process them
  • Load data and process it with a CustomFunction module