dirFirst()
ディレクトリーパスのファーストエントリーを戻す。
書式:
variable
= dirFirst(
path
)
例:
a$=
dirfirst(
"./"
)
while a$<>""
prints(a$)
a$=dirnext
end while
waitKey