Files
2026-07-13 13:13:17 +08:00

51 lines
1.8 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "f90fcd0a-eab9-4e2a-b393-e8d3a0380823"/*FilesInFolder*/,
"Description": "Scans a folder for all existing files and creates a list that can be used with [PickFromStringList]\nIt also counts files in a folder and outputs the amount as an integer.\n\nSee the example [FilesInFolderExample] and [FadingSlideShow] for what might be a useful combination\n\nOther interesting related ops: [ReadFile] [RequestUrl] [PickStringPart] [WriteToFile] [GetAttributeFromJsonString]",
"InputUis": [
{
"InputId": "8b746651-16a5-4274-85db-0168d30c86b2"/*Filter*/,
"Position": {
"X": 15.221848,
"Y": 81.40785
},
"Description": "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",
"Usage": "Default"
},
{
"InputId": "ca9778e7-072c-4304-9043-eeb2dc4ca5d7"/*Folder*/,
"Position": {
"X": 0.5290108,
"Y": -29.32594
},
"Description": "Defines the selected folder / path",
"Usage": "DirectoryPath"
},
{
"InputId": "e14a4aae-e253-4d14-80ef-a90271cd306a"/*TriggerUpdate*/,
"Position": {
"X": 0.0,
"Y": 50.0
},
"Description": "Triggers a scan of the selected folder and filter / filetype",
"AddPadding": "True"
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "99bd5b48-7a28-44a7-91e4-98b33cfda20f"/*Files*/,
"Position": {
"X": 25.36493,
"Y": 4.600281
}
},
{
"OutputId": "a40ea23c-e64a-4cca-ae3c-d447dbf7ef93"/*NumberOfFiles*/,
"Position": {
"X": 15.221848,
"Y": 126.40785
}
}
]
}