mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 03:09:28 +01:00
minor change to disk space check loop to avoid throwing errors in VS
This commit is contained in:
@@ -48,6 +48,9 @@ namespace Flowframes
|
||||
{
|
||||
try
|
||||
{
|
||||
if (Interpolate.current.tempFolder.Length < 3)
|
||||
return;
|
||||
|
||||
string drivePath = Interpolate.current.tempFolder.Substring(0, 2);
|
||||
long mb = IOUtils.GetDiskSpace(Interpolate.current.tempFolder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user