mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Delete symlink dir before creating new ones
This commit is contained in:
@@ -51,6 +51,7 @@ namespace Flowframes.IO
|
||||
{
|
||||
try
|
||||
{
|
||||
IOUtils.DeleteIfExists(linksDir);
|
||||
Directory.CreateDirectory(linksDir);
|
||||
Stopwatch sw = new Stopwatch();
|
||||
sw.Restart();
|
||||
|
||||
Reference in New Issue
Block a user