List Files/Paths with Filter option?

Doubts, help and support about QuickBMS and other game research tools
saixo
Posts: 5
Joined: Sun May 05, 2019 9:56 pm

List Files/Paths with Filter option?

Post by saixo »

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
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: List Files/Paths with Filter option?

Post by aluigi »

Try using {} instead of *, like -f "Path/SubDir/{}"