var filehandle_n;
...
filehandle_n = file_open_read("adress.txt");
...
filehandle_n = 0;

Now you can check in another function, if filehandle_n have 0 or the handle of the file.