We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5062ab9 commit 3b6abf8Copy full SHA for 3b6abf8
src/Assets/Scripts/Data/Storage.cs
@@ -48,7 +48,7 @@ public virtual bool IsDirectoryEmpty(string dirName)
48
{
49
string dirPath = GetEntryPath(dirName);
50
51
- if (!Directory.Exists(dirName))
+ if (!Directory.Exists(dirPath))
52
53
throw new ArgumentException(string.Format("Directory doesn't exist <{0}>", dirPath), "dirName");
54
}
0 commit comments