Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
IoStat Struct Reference

Detailed Description

Resource information.

#include <IoIntf.h>

Public Attributes

BaTime lastModified
 Last modification time in Unix seconds; availability and precision depend on the filesystem. More...
 
BaFileSize size
 File size in bytes. More...
 
BaBool isDir
 TRUE for a directory, FALSE for a file. More...
 

Member Data Documentation

◆ isDir

BaBool IoStat::isDir

TRUE for a directory, FALSE for a file.

Read metadata only after successful stat.

◆ lastModified

BaTime IoStat::lastModified

Last modification time in Unix seconds; availability and precision depend on the filesystem.

◆ size

BaFileSize IoStat::size

File size in bytes.

A directory size has no portable meaning.