RosettaCodeData/Task/Empty-directory/Ring/empty-directory.ring
2016-12-05 23:44:36 +01:00

3 lines
123 B
Text

myList = dir("C:\Ring\bin")
if len(myList) > 0 see "C:\Ring\bin is not empty" + nl
else see "C:\Ring\bin is empty" + nl ok