company logo

File :: exist - Does file exist

The function returns true , when the file or directory referred to by the path does exist and false otherwise.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool File  :: exist (  )