cleanCustomDir

open fun cleanCustomDir(dirPath: String): Boolean

Clean the custom directory.

Return

{@code true}: success{@code false}: fail

Parameters

dirPath

The path of directory.

open fun cleanCustomDir(dir: File): Boolean

Clean the custom directory.

Return

{@code true}: success{@code false}: fail

Parameters

dir

The directory.