Android Utililty Methods Path Compare

List of utility methods to do Path Compare

Description

The list of methods to do Path Compare are organized into topic(s).

Method

booleanisEqual(File pFile1, File pFile2)
check if the canonical path of pFile1 equals the one of pFile2
return getCanonicalPath(pFile1).equals(getCanonicalPath(pFile2));