Version: v0.7.1 - Beta.  We welcome contributors & feedback.

File.appPath

File.appPath($relativePath = '') -> string

Description

Return the full path of a file or directory in your app directory.

File.appPath()
//= '/web/myApp'

File.appPath('data/config/app.jcon')
//= '/web/myApp/data/config/app.jcon'

See Also