The text file must exist in the savedir directory:

savedir "\\GameSave"; //example name

And forget about that path, just put:

fhandle = file_open_read("test.txt");

Also its good idea you put the instructions in a function, like main or another one.