4 lines
89 B
Text
4 lines
89 B
Text
|
|
def isempty(dirname)
|
||
|
|
return len(new(Nanoquery.IO.File).listDir(dirname)) = 0
|
||
|
|
end
|