Difference between revisions of "Activity:ReadDirectoryContent (Activity)"
| (One intermediate revision by the same user not shown) | |||
| Line 35: | Line 35: | ||
In '''Result''' the number of actual found files is returned. | In '''Result''' the number of actual found files is returned. | ||
| + | |||
| + | =Example= | ||
| + | Load the MetaClass named ''PUMP'', also load the MetaProperty ''NOMINALPOWER'' from the property pool and then add it to the MetaClasses' properties: | ||
| + | |||
| + | {| class="wikitable" | width = "50%" | ||
| + | |- | ||
| + | ! Argument!! Value | ||
| + | |- align="left" | ||
| + | | Filter || <source lang = "vbnet">c*</source> | ||
| + | |} | ||
<!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
| Line 41: | Line 51: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
* [[Activity:DeleteDirectoryContent_(Activity)]] | * [[Activity:DeleteDirectoryContent_(Activity)]] | ||
| + | |||
| + | [[Category:Activities|ReadDirectoryContent (Activity)]] | ||
Latest revision as of 09:42, 9 November 2015
The ReadDirectoryContent returns a file list from a directory matching a search pattern.
