|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
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... | |
| BaBool IoStat::isDir |
TRUE for a directory, FALSE for a file.
Read metadata only after successful stat.
| BaTime IoStat::lastModified |
Last modification time in Unix seconds; availability and precision depend on the filesystem.
| BaFileSize IoStat::size |
File size in bytes.
A directory size has no portable meaning.