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