mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
45d89bce80
The correct pattern to make a directory is: `if (!dir.mkdirs() && !dir.isDirectory()) { error }` mkdirs checks for exists so the exists check is redundant. |
||
---|---|---|
.. | ||
assets | ||
res | ||
src/com/google/zxing/client/android | ||
AndroidManifest.xml | ||
pom.xml | ||
proguard.cfg |