Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

File System Operations

Files Read

FilePurposeRequired
APP/src/*.app.srcApplication resourceAt least one
APP/ebin/*.appCompiled app resourceAlternative to .app.src
APP/src/*.app.src.scriptDynamic app resourceAlternative
APP/mix.exsElixir Mix projectAlternative
APP/rebar.configApp-specific configNo

Directories Scanned

Directory PatternPurpose
lib_dirs/*Find application directories
*/src/, */lib/Search for app resources
*/ebin/Search for compiled apps