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