Function ns_file_exists
Equals file_exists() but resolves relative paths using the PHP include path.
Parameters summary
string |
$file |
Filename to test for existence. |
Return value summary
boolean
|
true , if the file exists in any include path, otherwise false .
|