Current section

Files

Jump to
bucs lib Bucs.File.ex
Raw

lib/Bucs.File.ex

# File: Bucs.File.ex
# This file was generated from bucfile.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Bucs.File do
def unquote(:"expand_path")(arg1) do
:erlang.apply(:"bucfile", :"expand_path", [arg1])
end
def unquote(:"normalize_path")(arg1) do
:erlang.apply(:"bucfile", :"normalize_path", [arg1])
end
def unquote(:"user_home")() do
:erlang.apply(:"bucfile", :"user_home", [])
end
def unquote(:"make_dir")(arg1) do
:erlang.apply(:"bucfile", :"make_dir", [arg1])
end
def unquote(:"remove_recursive")(arg1) do
:erlang.apply(:"bucfile", :"remove_recursive", [arg1])
end
def unquote(:"copy")(arg1, arg2) do
:erlang.apply(:"bucfile", :"copy", [arg1, arg2])
end
def unquote(:"copy")(arg1, arg2, arg3) do
:erlang.apply(:"bucfile", :"copy", [arg1, arg2, arg3])
end
def unquote(:"copyfile")(arg1, arg2) do
:erlang.apply(:"bucfile", :"copyfile", [arg1, arg2])
end
def unquote(:"copyfile")(arg1, arg2, arg3) do
:erlang.apply(:"bucfile", :"copyfile", [arg1, arg2, arg3])
end
def unquote(:"is_executable")(arg1) do
:erlang.apply(:"bucfile", :"is_executable", [arg1])
end
def unquote(:"is_executable")(arg1, arg2) do
:erlang.apply(:"bucfile", :"is_executable", [arg1, arg2])
end
def unquote(:"relative_from")(arg1, arg2) do
:erlang.apply(:"bucfile", :"relative_from", [arg1, arg2])
end
def unquote(:"realpath")(arg1) do
:erlang.apply(:"bucfile", :"realpath", [arg1])
end
def unquote(:"wildcard")(arg1, arg2) do
:erlang.apply(:"bucfile", :"wildcard", [arg1, arg2])
end
def unquote(:"wildcard")(arg1, arg2, arg3) do
:erlang.apply(:"bucfile", :"wildcard", [arg1, arg2, arg3])
end
def unquote(:"match")(arg1, arg2) do
:erlang.apply(:"bucfile", :"match", [arg1, arg2])
end
def unquote(:"match")(arg1, arg2, arg3) do
:erlang.apply(:"bucfile", :"match", [arg1, arg2, arg3])
end
def unquote(:"is_symlink")(arg1) do
:erlang.apply(:"bucfile", :"is_symlink", [arg1])
end
def unquote(:"is_broken")(arg1) do
:erlang.apply(:"bucfile", :"is_broken", [arg1])
end
end