Difference between revisions of "Activity:ReadDirectoryContent (Activity)"
| 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 --> | ||
Latest revision as of 09:42, 9 November 2015
The ReadDirectoryContent returns a file list from a directory matching a search pattern.
