if App_Scriptpath is located on "C:\" and App_Scriptpath HAS NO SUBFOLDERS inside, DIR_Exists("C:\") returns wrong result !
Uses "Console", "FILE"
If DIR_Exists("C:\") Then
PrintL "C:\ exists"
Else
PrintL "C:\ seems not to exist"
EndIf
WaitKey
Save this file to some empty folder ON YOUR "C:"-Drive and run it.
Thereafter create a new subfolder - inside that previously empty folder and next to this script - and run again.