|
|
 |
Re: FN-FORUM: ASP Help - nearly there - wildcards in ASP
date posted 10th August 2004 18:22
Paul Cooper wrote:
> I just want to delete any file called MedicalMeeting_f1_96 (for example)
> and don't care what file extension it is.
Following on from Dan's mail
If you pop that in a folder and run it, it should remove any file like
legs_11.txt
presentation_11.pdf
bottoms_11.html
anything with your ID (set to 11 at the top of the page) prior to the
final . in the filename.
Do a backup before running it though (I've not tested it), or comment
the delete out and response.write the filaname instead ;)
HTH,
Andy
--
http://www.dandylogic.com
|
 |
|