#Can't use Directory.new() in Android

5 messages · Page 1 of 1 (latest)

tall geyser
#

Hi! I have this following line of code: var directory = Directory.new()
It works fine when testing on my PC. (see stack variable directory, it's been assigned a value successfully)

#

However, when debugging on Android, directory is set to null

#

Does anyone know why?

formal shale
#

Have you checked to see if your Android app has the correct permissions to create directories?

tall geyser
#

Sorry for the ghost ping. I've enabled all permissions, and it still doesn't work.