Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
Here direcory is a typo
if (file.isDirectory()) { return "'" + file.getAbsolutePath() + "' is a direcory. it must be a file."; }
Here direcory is a typo
if (file.isDirectory()) { return "'" + file.getAbsolutePath() + "' is a direcory. it must be a file."; }