Hi,
I tried from a controller to use grailsApplication information to create some folder, however,
what I got from the following line of code is "false" - my grails application runs well, though....
File(grailsApplication.config.images.location.toString()).mkdirs()
could some one help, please?
thanks.
edit: thank you leebutts for your quick answer. my embarassment is that I always get ${grailsApplication.config.images.location.toString()} as null. But my grails application works very well.....please excuse me if this question seems too naive for the experienced grails experts because i'm really new to the wonderful technology....