ICEcoder.message('Sorry, that file doesn\'t appear to exist');"); } if (true === file_exists($filePath)) { $file = new File(); $file->download($filePath); exit; }