Android Utililty Methods File Attribute Get

List of utility methods to do File Attribute Get

Description

The list of methods to do File Attribute Get are organized into topic(s).

Method

booleanisHidden(File file)
Is the given file hidden
return file.isHidden() || file.getName().startsWith(".");