12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2PXFOPENDIRPOSIX Subroutine: Opens a directory and associates a stream with it.Module: USE IFPOSIXSyntaxCALL PXFOPENDIR (dirname, lendirname, opendirid, ierror)dirname(Input) Character. The directory name.lendirname(Input) INTEGER(4). The length of dirname string.opendirid(Output) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. Thereturned ID for the directory.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFOPENDIR subroutine opens a directory pointed to by the dirname argument and returnsthe ID of the directory into opendirid. After the call, this ID can be used by functionsPXFREADDIR, PXFREWINDDIR, PXFCLOSEDIR.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFCLOSEDIR”, “PXFREADDIR”, “PXFREWINDDIR”PXFPATHCONFPOSIX Subroutine: Gets the value for a configuration option of an opened file.Module: USE IFPOSIXSyntaxCALL PXFPATHCONF (path, ilen, name, ival, ierror)path(Input) Character. The path to the opened file.ilen(Input) INTEGER(4). The length of path.2-317

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!