RosettaCodeData/Task/Empty-directory/Ring/empty-directory.ring

4 lines
123 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
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