lt_file_exist
file_exist = lt_file_exist(filename);
extern int lt_file_exist(const char *);
return (lt_file_exist(name) ? FALSE : TRUE);