Hey I am using quickbms with the default UE4 script. It works fine for extracting or listing all files/paths
I use it like "quickbms.exe -l ScriptPath PakPath" and noticed i can filter with -f "Path/SubDir/*" instead of -l but i cannot use them both at same time. I want to list files with a filter, without exporting them, but also don't miss the filter as mentioned
Thanks in advice for any help
Greetings from Vienna
List Files/Paths with Filter option?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: List Files/Paths with Filter option?
Try using {} instead of *, like -f "Path/SubDir/{}"