Code:
If (Not System.IO.Directory.EnumerateFiles("../../Saves/" & configs.name_char).Any()) Then
System.IO.Directory.Delete("../../Saves/" & configs.name_char)
End If
An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
I wonder how he could fix it.