Why file.mkdir is returning false?
Google indicates that there could be several reasons (e.g. security, permissions, pathname, etc).
My questions:
- How to find the exact reason of returning false?
- If security/permissions is a reason, then why is SecurityException not thrown?