FileSystemUtils

Wrapper around common file system linux utilties.

Declaimer

Use at own risk. Make sure you know what you are doing.

Might cause unnecessary effects if used without caution.

Implemented wrapper

Installation

The package can be installed by adding file_system_utils to your list of dependencies in mix.exs:

def deps do
  [
    {:file_system_utils, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/file_system_utils.