(AGS 3.4.1-P4)
OK so this will sound dumb but...
Simple code :
Code: ags
I've tried to put FILE.png in the following places :
( where "/" is the game's project folder)
Code: ags
The file is not found.
I've also built the EXE to be sure.
I am confusion






??
OK so this will sound dumb but...
Simple code :
String fileName = "$APPDATADIR$/FILE.png";
File* f = File.Open(fileName, eFileRead);
if (f==null)
AbortGame(String.Format("Can't find file '%s'", fileName));
I've tried to put FILE.png in the following places :
( where "/" is the game's project folder)
/_Debug/FILE.png
/_Debug/Data/FILE.png
/Compiled/FILE.png
/Compiled/Data/FILE.png
The file is not found.
I've also built the EXE to be sure.
I am confusion







