4 lines
72 B
Text
4 lines
72 B
Text
|
|
on isDirEmpty (dir)
|
||
|
|
return getNthFileNameInFolder(dir, 1) = EMPTY
|
||
|
|
end
|