mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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 |