PXFSTAT

POSIX Subroutine: Gets a file's status information.

Module

USE IFPOSIX

構文

CALL PXFSTAT (path,ilen,jstat,ierror)

path

(Input) Character. The path to the file.

ilen

(Input) INTEGER(4). The length of path string.

jstat

(Input) INTEGER(4). A handle of structure stat.

ierror

(Output) INTEGER(4). The error status.

If successful, ierror is set to zero; otherwise, an error code.

The PXFSTAT subroutine puts the status information for the file specified by path into the structure associated with handle jstat.

Note icon

To get a handle for an instance of the stat structure, use PXFSTRUCTCREATE with the string 'stat' for the structure name.

Compatibility

CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB

関連情報


このヘルプトピックについてのフィードバックを送信

© 1996-2011 Intel Corporation. 無断での引用、転載を禁じます。