|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
global.asa @ Session_OnEnd
Hi, I am having problem with Global.asa
When a session end i want to delete a folder, however it doesn't seem to work, TempFolderPath is a global variable. or do i have to save the folder path in the db and use it when the the session ends ? sub Session_OnEnd DeleteTempPath(TempFolderPath) end sub Does this Scripting.FileSystemObject.DeleteFolder will it delete file that are in the folder or just empty folder. Thank you R***@virtualftp.net wrote:
Show quote > Hi, I am having problem with Global.asa http://www.aspfaq.com/show.asp?id=2078> > When a session end i want to delete a folder, however it doesn't seem > to work, TempFolderPath is a global variable. or do i have to save the > folder path in the db and use it when the the session ends ? > > > sub Session_OnEnd > DeleteTempPath(TempFolderPath) > end sub > > > Does this Scripting.FileSystemObject.DeleteFolder will it delete file > that are in the folder or just empty folder. > > > Thank you -- Mike Brind |
|||||||||||||||||||||||