hi
i am using the getfiles function to have all the files in a specific path
but i want to use the getfiles to find .rar and .mp3
getfiles("c:\program files",)
Any Idea
Thank you
Printable View
hi
i am using the getfiles function to have all the files in a specific path
but i want to use the getfiles to find .rar and .mp3
getfiles("c:\program files",)
Any Idea
Thank you
If you want to get all files with two different extensions then call GetFiles twice.
ok
thank you