I looked in the manual and searched the web but did not see a file
find function that takes a wild card - I need to look for all files
such as:
$Array = FileFind('name_ *.jpg');
And then I need to delete all such files.
Is there such a function?
Thanks...
find function that takes a wild card - I need to look for all files
such as:
$Array = FileFind('name_ *.jpg');
And then I need to delete all such files.
Is there such a function?
Thanks...
Comment