|
|
 |
Re: FN-FORUM: ASP Help - nearly there - wildcards in ASP
date posted 10th August 2004 17:55
Thanks...the Server.MapPath does the trick. I still can't work out the
wildcard bit though. Apparently this method does support wildcards ...
http://www.w3schools.com/asp/met_deletefile.asp
But I can't work out how. Googling hasn't helped.
fs.DeleteFile(Server.MapPath("/vpo/documentlibrary/medicalmeetings/MedicalMeeting_f1_"
& strID & "%"))
I just want to delete any file called MedicalMeeting_f1_96 (for example) and
don't care what file extension it is.
TIA
Paul
Paul Cooper
Internet Developer
Intex Design
http://www.intexdesign.net
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger
|
 |
|