12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>ilen(Input) INTEGER(4). The length of the path string.imode(Input) INTEGER(4). The ownership mode of the file. On Windows* systems, see yourMicrosoft* Visual C++* Installation in the /include directory under sys/stat.h for the valuesof imode. On Linux* systems, use octal file-access mode.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.NOTE. On Linux systems, you must have sufficient ownership permissions,such as being the owner of the file or having read/write access of the file.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFCHOWNPOSIX Subroutine: Changes the owner and group of a file. This subroutine is only available onLinux* systems.Module: USE IFPOSIXSyntaxCALL PXFCHOWN (path, ilen, iowner, igroup, ierror)path(Input) Character. The file or directory name.ilen(Input) INTEGER(4). The length of the path string.iowner(Input) INTEGER(4). The owner UID.igroup(Input) INTEGER(4). The group GID.2-272

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

Saved successfully!

Ooh no, something went wrong!