Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetFilesInFolder
#1
Hi Gintaras,

using

GetFilesInFolder(b CheminFichiers "*.jpg *.pdf *.ico" 0) does not find any file.

Is this function only find on pattern by call?
or wrong syntax?

If I seek 3 types of extensions, i must call three times?

Not handy

Thanks
#2
You can use:

GetFilesInFolder(b CheminFichiers "\.(jpg|pdf|ico)$" 0x10000)
#3
great mate, tweaked it a bit, but gives what i needed.
Was a syntax problem.
Thanks a bunch !!!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)