Help for this page

Select Code to Download


  1. or download this
    
    if ( -e $file ) { #file exists
    ...
    else { #file doesn't exist
      special_error_handler_for_nonexistent_files();
    }