Crawler v0.3.0 Crawler.Snapper.DirMaker
Makes a new (nested) folder according to the options provided.
Link to this section Summary
Functions
Examples
Link to this section Functions
Link to this function
make_dir(opts)
Examples
iex> DirMaker.make_dir(
iex> save_to: tmp("snapper/dir_creator"),
iex> url: "http://hello-world.local"
iex> )
iex> |> Path.relative_to_cwd
"test/tmp/snapper/dir_creator/hello-world.local/index.html"