This is what I'm doing currently (after fixing it), do you think this will cause errors?

Quote:
if(file_exists(filename))
{
filehandle = file_open_read(filename);
file_str_read(filehandle,file_string);
file_close (filehandle);
}