Delete symlink dir before creating new ones

This commit is contained in:
N00MKRAD
2021-05-11 20:20:10 +02:00
parent 11979406a5
commit 98e9efd7d9

View File

@@ -51,6 +51,7 @@ namespace Flowframes.IO
{
try
{
IOUtils.DeleteIfExists(linksDir);
Directory.CreateDirectory(linksDir);
Stopwatch sw = new Stopwatch();
sw.Restart();