Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Temporary files are not deleted

$
0
0

Hello,

we are trying to zip files on a network share. For some files the permissions are set in a way that we can see the filename and the size and so on using "dir" or whatever, but we cannot see the file content.

When we are sending such a filename to be added to an existing zip file, a temporary file of 0 bytes is created, but never removed (we get an exception that accessing the file was forbidden, which is ok with us).

The files are names tmpXXXX, where XXXX is a four digit hexadecimal code. After 65536 tries to zip those files (the directory actually contains 400000 files), all temporary file names are used and no application using the zip library can zip any longer on that machine.

We are using version 0.86.0.518

Best regards,

Thomas Mischke


Viewing all articles
Browse latest Browse all 1764

Trending Articles