Delete Tempfolder even with files in it.
This commit is contained in:
parent
bc99735f76
commit
5bfd6bc196
@ -113,7 +113,7 @@ public abstract class Connector
|
|||||||
|
|
||||||
//ZIP-it and ship-it
|
//ZIP-it and ship-it
|
||||||
ZipFile.CreateFromDirectory(tempFolder, fullPath);
|
ZipFile.CreateFromDirectory(tempFolder, fullPath);
|
||||||
Directory.Delete(tempFolder); //Cleanup
|
Directory.Delete(tempFolder, true); //Cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
protected class DownloadClient
|
protected class DownloadClient
|
||||||
|
Loading…
Reference in New Issue
Block a user