dirNext

ディレクトリーパスの次のエントリーを戻す。

書式:
variable = dirNext

例:
a$= dirfirst( "./" )
while a$<>""
    prints(a$)
    a$= dirNext
end while
waitKey