3 lines
123 B
Text
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
|