updf_stat_get_lenΒΆ

updf_stat_get_len is the size of a stream (number of bytes). If stat contains a storage object the function returns 0.

stream_len = updf_stat_get_len(stat)

Return Value

stream_len is the stream size in bytes.

Parameters

stat

stat is a stat object returned by updf_enum_next.

Example

See updf_enum_begin.

History

Version Description
5.6.0 New

id-670147