ID:1048993
 
(See the best response by A.T.H.K.)
Code:
if(fexists("/Blablabla?/SaveFileName.sav"))


Problem description:

I'm trying to find a save file that i added in my cache. I'm pretty sure i can't just call /BYOND/cache..How would i do it?
if(fexists("/Blablabla?/SaveFileName.sav"))?
Help anyone? O.o
Best response
If you are loading it from the client (which is a bad idea for save files unless you protect them think hash etc :P)

http://www.byond.com/docs/ref/info.html#/client/proc/Export

http://www.byond.com/docs/ref/info.html#/client/proc/Import

Yeah it's protected xD.
but yeah could you give an example of how i'd use that? I mean whats the path to reach the "cache" folder?
That would depend on the users system and where they have installed BYOND if you are going to use Import() and Export() but since you are exporting it there is no need to know where BYOND is installed as you can create your own path.