Delete file from previous place after copy it to another place
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi to all, I haver write a code where read a file from one place and write it to another temporary place on server throgh stream and then zip it and download the zip file now i wnat the delete temporary file created within code but this give the error " can't delete because file is used by another process" where as i close my all stream object prperly where that file is use. give any help is welcome thanks