ID:167028
 
I do setup Dreamseeker to look for a folder, like C:/blah/shared ?
if(fexists("/blah/shared")) //it exists!


For your function to work safe mode has to be set to trusted. If it's not, the host will get a popup asking for permission. If this is rejected, the code will always fail.

If you plan to release the hosting files, keep in mind that many people will never set games to trusted access because of the dangers they pose.