lib.io.file.FilesInFolder - tixl3d/tixl GitHub Wiki
in Lib.io.file
Scans a folder for all existing files and creates a list that can be used with [PickFromStringList] It also counts files in a folder and outputs the amount as an integer.
See the example [FilesInFolderExample] and [FadingSlideShow] for what might be a useful combination
Other interesting related ops: [ReadFile] [RequestUrl] [PickStringPart] [WriteToFile] [GetAttributeFromJsonString]
Name (Relevancy & Type) | Description |
---|---|
Folder (String) | Defines the selected folger / path |
Filter (String) | All file names in the specified folder are searched for the string specified here. They are only selected if they match. Examples: .jpg .obj .png .mp4 .txt images- slideshow_ animated_cat- and so on |
TriggerUpdate (Boolean) | triggers a scan of the selected folder and filter / filetype |
Name | Type |
---|---|
Files | System.Collections.Generic.List`1[System.String] |
NumberOfFiles | System.Int32 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.