List Files in Folder
How do you list files in a folder on your machine? FileMaker cannot do that by itself. You need a plugin to extend the options of FileMaker for that purpose.
Plugins for FileMaker
FileMaker cannot and likely will not do everything you want to achieve. After all, FileMaker is a lowcode platform. Without knowing for sure, some things are beyond reach. In that case, plugins can extend the functionality of FileMaker. Plugins can be added to FileMaker to enhance functionality and options.
In this sample file, three different plugins are used to perform the same task. It becomes easy to compare the script steps needed and how it works. If you require this to behave differently, you likely can tweak it. Consider this sample file as an introduction to using plugins in FileMaker.
List Files In Folder
This simple example shows how three different plug-ins can be used to obtain a list of files for any folder on your computer. The way these plugins work is slightly different, as are the results.

List Files In Folder is an example file for FileMaker. It shows how to use plug-ins to show all files in a folder. The example file can be considered a mini-introduction to plug-ins.
Plug-ins used (test with free versions):
- BaseElements
- TROI File
- MBS
You must at least have a test version of the plug-in you want to use installed. All download links for the plug-ins are part of the example file.
Requirements: FileMaker Pro 20 or newer.
SimpleBackup
Create snapshots of your local files with a single click.
Working locally with FileMaker files?
If you do, you need to be careful about your backups. This example file shows how you can easily create a snapshot of your current file with a single click on a button. It stores the file with a timestamp and some information about the tool title and version.
SimpleBackup lets you be intentional about your local snapshots. Just before or after imports, new implementations, or any other differences with effect to data or development, you create a quick backup with a single click.
Creating a unique backup file name
Your backup will have a timestamp included, but also can be enhanced with, for example, the title and version of your solution. That information is stored in a separate table and shown to be of help while creating a backup. The backup file can be labeled like:
20260504-163208-565-Simplebackup-0152.fmp12
The structure is like:
date-time-random-ToolTitle-ToolVersion.fmp12
YearMonthDay-HoursMinutesSeconds-Random-Title-Version.fmp12
This creates unique names, which are easily sorted by their alphanumerical value.

Simple solution to create snapshots or backups from local files.
The sample file shows 2 things:
- Single script to save unique snapshots of your files
- Additional table with information about your file, which can become part of the file name.













