% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/H5F.R
\name{H5Fget_filesize}
\alias{H5Fget_filesize}
\title{Find the size of an open HDF5 file}
\usage{
H5Fget_filesize(h5file)
}
\arguments{
\item{h5file}{\linkS4class{H5IdComponent} representing an HDF5 file ID. Typically
created via \code{\link[=H5Fcreate]{H5Fcreate()}} or \code{\link[=H5Fopen]{H5Fopen()}}.}
}
\description{
\code{H5Fget_filesize()} returns the size in bytes of the HDF5 file specified by
\code{h5file}.
}
|