Filter list by filename string
-
This little plugin is amazing. It does almost everything i need ??
I need to filter filenames before the list is created. Like houndreds of our shift plans (days, weeks, months) end up in the same directory. Instead of excluding filenames i dont want to include in the list, i only want to list files that match a given filename (or part thereof).
So i added the “filenamestartswith” attribute to your code. It enables you to match the filename with a string.
Usage Example:
[m1dll path=”wp-content/uploads/shifts” filenamestartswith=”month”]
This will list only filenames that start with “month” in the given path.
Updated m1.DownloadList 0.17.1:
https://pastebin.com/i9F9hthp
Cheers ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filter list by filename string’ is closed to new replies.