mixed HTTP_Download::setFile (string $file, bool [$send_404 = true])
mixed HTTP_Download::setFile
Set the path to the file for the download.
string $file - file path
bool [$send_404 = true] - whether to send "HTTP 404 File Not Found", if file couldn't be found
Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.
Diese Methode kann nicht statisch aufgerufen werden.