Mix.Project.app_path
You're seeing just the function
app_path
, go back to Mix.Project module for more information.
Specs
Returns the application path inside the build.
The returned path will be expanded.
Examples
Mix.Project.app_path()
#=> "/path/to/project/_build/shared/lib/app"