mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 03:39:26 +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
|
try
|
||||||
{
|
{
|
||||||
|
if (Interpolate.current.tempFolder.Length < 3)
|
||||||
|
return;
|
||||||
|
|
||||||
string drivePath = Interpolate.current.tempFolder.Substring(0, 2);
|
string drivePath = Interpolate.current.tempFolder.Substring(0, 2);
|
||||||
long mb = IOUtils.GetDiskSpace(Interpolate.current.tempFolder);
|
long mb = IOUtils.GetDiskSpace(Interpolate.current.tempFolder);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user