0
Q:

check if file.properties is exits android

File file = new File(fileDirectory, "file.txt");
if (file.exists()) {

}
1

New to Communities?

Join the community