3 lines
86 B
Text
3 lines
86 B
Text
(if (empty? (io:listFiles "path/to/folder"))
|
|
(print "empty")
|
|
(print "has files"))
|