[][src]Function libeyelink_sys::file_exists

pub unsafe extern "C" fn file_exists(path: *mut c_char) -> c_int

@ingroup datafile Checks if file and/or path exists. @returns \c 0 if does not exist, \c 1 if exists, \c -1 if cannot overwrite.