I'm sorry, im new to making websites so some things may look off!

Read Files and Folders from a directory with filters using SAMMI
Current Version: 3.0.1
Check out the video!
This extension allows SAMMI to easily retrieve files, and folders with optional filtering; from a specified directory! Gone are the days of renaming files, finicky command line, and arbitrary wait times!
Folder Reader: ReadDownload the extension, then, head over to theSetup Tab!
If you want me to continue making awesome SAMMI extensions for everyone, please consider donating to myKo-Fi! Supporting me allows me to get more equipment to make extensions with, gives me some food on the table, and lets me know that my extensions are appreciated!
Made with Love,Landie


Visit theSetup tab for an in-depth, easy to follow quick start guide!
right side

When you use these commands, any command that stores data in a variable must be apersistent button. You can check and change your button's persistence by checking that button's settings. This is a limitation of SAMMI, so this must be done for your variable saving commands to work.
A slightlypurple colored command implies that the command isnot instant. This means that you have to provide a delay, or, what is recommended, aWait Until Variable Exists command block right after, which halts everything until that command returns the data that is required for the rest of the button to work.Since buttons are persistent, you must have aDelete Variable command in the top of your button to ensure that it is properly waiting for new data to exist.

Delete Variable: ensures that theWait Until Variable Exists command waits for a brand new variable to existPurple Extension Command: indicates that the command doesn't return the information instantly. must be paired with delay.Wait Until Variable Exists: A delay, halting the rest of the button, until the data exists within LB or the timeout is reached.Then do whatever you want with that sweet, sweet data!
I value updates a lot, so i can ensure everyone has the top quality product! When the bridge connects, there is an automatic update check. If there is a new update available, an alert message will be displayed in your core to check your bridge for an update button which checks, and provides a link to the releases section of this extension.
If you have a lot of alert messages pop up on bridge connect, you might miss it. I recommend clicking the "Check for updates" button in this extension's tab in the bridge every so often, or if you encounter an issue out of the blue.
To update this extension, please follow the steps below!
Visit thedocs for usage!
No tutorials yet!
No troubleshooting yet!
removed API Server check since it's not needed as of 3.0.0
Huge overhaul to support the new Command Line introduced in 2023.2.0, abandoning the need for the API server checks
Update requires SAMMI's local API to be turned on before usage!
woah