mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 11:27:32 +01:00
Properly create directory, not file, ya doofus
This commit is contained in:
parent
1d0883cbab
commit
78d8deb9de
@ -100,9 +100,7 @@ public abstract class Connector
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
//Create a temporary folder to store images
|
//Create a temporary folder to store images
|
||||||
string tempFolder = Path.GetTempFileName();
|
string tempFolder = Directory.CreateTempSubdirectory().FullName;
|
||||||
File.Delete(tempFolder);
|
|
||||||
Directory.CreateDirectory(tempFolder);
|
|
||||||
|
|
||||||
int chapter = 0;
|
int chapter = 0;
|
||||||
//Download all Images to temporary Folder
|
//Download all Images to temporary Folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user