FileSystem.browse and wildcards
-
Are the wildcards in FileSystem only for the extension?
InMyAwesome_Filename.txtI am trying to retainMyAwesomeand.txtat the same time.
Well for the extension"*.txt"works alone but I can't manage to get the first part...Even just using the wildcard
"MyAwesome*"without worrying about the extension won't work at all...EDIT: It might just be a small bug because wilcards are working fine with
findFiles()
For instanceMyAwesome*or*Awesome*are working...