2015-04-24 01:20 PM - last edited on 2023-07-13 04:28 PM by Doreena Deng
2015-04-24 03:19 PM
#include "FileSystem.hpp" IO::Location fileLoc (<path>); bool exists = false; GSErrCode err = IO::fileSystem.Contains (fileLoc, &exists); if (err != NoError) ErrorBeep ("Error in IO::fileSystem.Contains", err);Regards,