Inquire the number of attributes in a file.
More...
Inquire the number of attributes in a file.
Get the number of attributes in a file
◆ pio_inq_natts_fh()
| integer function spio_inq_file::pio_inq_natts_fh |
( |
integer, intent(in) |
fh, |
|
|
integer, intent(out) |
natts |
|
) |
| |
Inquire/get the number of attributes in a file.
- Parameters
-
| [in] | fh | The file id/handle |
| [out] | natts | The number of attributes in the file |
- Return values
-
| ierr | : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |
◆ pio_inq_natts_file()
| integer function spio_inq_file::pio_inq_natts_file |
( |
type(file_desc_t), intent(in) |
file, |
|
|
integer, intent(out) |
natts |
|
) |
| |
Inquire/get the number of attributes in a file.
- Parameters
-
| [in] | file | The file handle. File descriptor structure. This structure holds information associated with each open file |
| [out] | natts | The number of attributes in the file |
- Return values
-
| ierr | : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |