Re: TextStream.close problem
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Tue, 31 May 2005 16:38:42 +0200
"AspProgrammer" <jdeckers@xxxxxxxxx> schrieb:
I'm writing a web application where i upload a file. then i open the file use textstream. At the end of my application i close it by using TextStream.close. But when i try to delete the file on my hard disk i keep getting the error "file is being used by other program or person". The only solution then is to restart iis and then delete the file.
Why isn't TextStream.close really closing my file??
Are you referring to the FSO's 'TextStream' object? I am just curious why you don't use the according classes from the 'System.IO' namespace.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- References:
- TextStream.close problem
- From: AspProgrammer
- TextStream.close problem
- Prev by Date: Find string literals in project.....
- Next by Date: Re: setting properties via properties window during runtime
- Previous by thread: TextStream.close problem
- Next by thread: help me!!!
- Index(es):
Relevant Pages
|