インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
POSIX Subroutine: Opens a directory and associates a stream with it.
CALL PXFOPENDIR (dirname,lendirname,opendirid,ierror)
dirname |
(Input) Character. The directory name. |
lendirname |
(Input) INTEGER(4). The length of dirname string. |
opendirid |
(Output) INTEGER(4). The returned ID for the directory. |
ierror |
(Output) INTEGER(4). The error status. If successful, ierror is set to zero; otherwise, an error code. |