Path Wildcard Question
Posted: 04 May 2013 17:16
I'm trying to create a button that, when clicked, will find and delete all files with a certain phrase in the filename. I'm at:
delete 0, 1, "I:\curproject\*defunct*.*";
which works, but only for the folder 'curproject' and not for its subfolders. What do I need to add to include the subfolders (I tried "I:\curproject\*\*defunct*.*" with no luck)?
Thanks
delete 0, 1, "I:\curproject\*defunct*.*";
which works, but only for the folder 'curproject' and not for its subfolders. What do I need to add to include the subfolders (I tried "I:\curproject\*\*defunct*.*" with no luck)?
Thanks