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

4 lines
123 B
Plaintext

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