Root Directory Of A Project
Do you need the root directory of an elixir project? The File.cwd!/0
function can help.
Keep in mind though, this will only work reliably with projects that are compiled using Mix.
Last updated
Do you need the root directory of an elixir project? The File.cwd!/0
function can help.
Keep in mind though, this will only work reliably with projects that are compiled using Mix.
Last updated