company logo

File :: isFile - Does file path refer to a file

The function checks, whether the path refers to a file or not.

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  :: isFile (  )

The function returns true, when the file path refers to a file and false otherwise.