Jump to content

Recommended Posts

Posted

Sorry for the silly question.

Since _FileListToArray doesn't support multiple filters, how then do I add all the desired multiple filters into one array?

$hFilesFolders = _FileListToArray($sDriverDumpDir, 'driver.nfo')
$hFilesFolders = _FileListToArray($sDriverDumpDir, 'oem*.inf')

 

Posted

Yes that is much better :lmao:

$hFilesFolders = _FileListToArrayRec($sDriverDumpDir, 'Driver.nfo;oem*.inf', $FLTAR_FILES, $FLTAR_RECUR, $FLTAR_SORT, $FLTAR_FULLPATH)

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...