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