Is there any way to erase, from Stata, all files that match some stem? I tried this:
and it didn't generate an error, but it didn't erase the files either. There's no mention of a wildcard character, such as *, in help erase.
Code:
erase "Results\Table*.xls"
Comment