Add intermediate data folder removing on build tool clean command

This commit is contained in:
Wojtek Figat
2021-07-09 22:22:49 +02:00
parent c6e320b4aa
commit 2783eb07b2
2 changed files with 126 additions and 1 deletions

View File

@@ -421,7 +421,10 @@ namespace Flax.Build.Graph
{
var path = CachePath;
if (File.Exists(path))
{
Log.Info("Removing: " + path);
File.Delete(path);
}
}
/// <summary>