O
Oterox
Hi everybody.
How can i select *.jpg and *.gif files from a dir??
I'm using this:
Directory.GetFiles(PathVar, "*.jpg")
but i don't know how to get more extensions than *.jpg
Thank you
How can i select *.jpg and *.gif files from a dir??
I'm using this:
Directory.GetFiles(PathVar, "*.jpg")
but i don't know how to get more extensions than *.jpg
Thank you