Has anyone been able to get MOAIFileSystem.affirmPath to work on the documents directory in android? It always seems to fail for me.
UPDATE: Issue solved. A fix checked in by Patrick 17 days ago to moai-dev solves this. Android NDK or zipfs munges the input string, so the buffer was getting blown away after the first pass. Since android document directory paths looks like: /data/data/your-app/files. The only call that made it to mkdir was "/data/"

