1.36 kiriwrite_fileexists

kiriwrite_fileexists checks if the filename given exists. kiriwrite_fileexists will return a value if the filename given does not exist.

Parameters:

kiriwrite_fileexists(filename);

Usage:

$file_exists = kiriwrite_fileexists("filename");

filename
Specifies the filename to check to see if it exists.