Navigation: Development > Function Reference > Module > Ftp >
Check file existence
App::Module('Ftp')->is_Exists([Path]);
Parameter
Type
Description
Path
Mandatory
Directory or file path
return true if success
See bellow examples:
$info = $Ftp->is_Exists('Winter.jpg');