isFileExists

open fun isFileExists(filePath: String): Boolean

Return whether the file exists.

Return

{@code true}: yes{@code false}: no

Parameters

filePath

The path of file.

open fun isFileExists(file: File): Boolean

Return whether the file exists.

Return

{@code true}: yes{@code false}: no

Parameters

file

The file.