3 lines
81 B
Elixir
3 lines
81 B
Elixir
|
|
path = hd(System.argv)
|
||
|
|
IO.puts File.dir?(path) and Enum.empty?( File.ls!(path) )
|