is_Exists

Navigation:  Development > Function Reference > Module > Ftp >

is_Exists

Previous pageReturn to chapter overviewNext page

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');