mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 15:57:52 +08:00
Implemented the console log, some cleanups
This commit is contained in:
@ -665,7 +665,7 @@ namespace UnityExplorer.UI.Inspectors
|
||||
return;
|
||||
}
|
||||
|
||||
path = IOUtility.EnsureValid(path);
|
||||
path = IOUtility.EnsureValidDirectory(path);
|
||||
|
||||
if (File.Exists(path))
|
||||
File.Delete(path);
|
||||
|
Reference in New Issue
Block a user