company logo

File :: isDirectory - Does file path refer to a directory

The function returns true , when the file path refers to a directory 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  :: isDirectory (  )