loki v1.0.1 Loki.Directory

Working with folders helpers.

Summary

Functions

Helper for copy directory

Helper for remove directory

Functions

copy_directory(source, target)
copy_directory(Path.t, Path.t) ::
  {:ok, [binary]} |
  {:error, String.t, binary}

Helper for copy directory.

remove_directory(path)
remove_directory(Path.t) ::
  {:ok, [binary]} |
  {:error, String.t, binary}

Helper for remove directory.