- seekdir DIRHANDLE,POS
-
Sets the current position for the
readdir
routine on DIRHANDLE. POS must be a value returned bytelldir
.seekdir
also has the same caveats about possible directory compaction as the corresponding system library routine.DIRHANDLE での
readdir
ルーチンの現在位置を 設定します。 POS は、telldir
が返す値でなければなりません。seekdir
は同名のシステムライブラリルーチンと 同じく、ディレクトリ縮小時の問題が考えられます。