#include <FileInfo.hxx>
Definition at line 52 of file FileInfo.hxx.
FileInfo::FileInfo |
( |
Path |
path, |
|
|
bool |
follow_symlinks = true |
|
) |
| |
|
inline |
dev_t FileInfo::GetDevice |
( |
| ) |
const |
|
inline |
ino_t FileInfo::GetInode |
( |
| ) |
const |
|
inline |
mode_t FileInfo::GetMode |
( |
| ) |
const |
|
inline |
time_t FileInfo::GetModificationTime |
( |
| ) |
const |
|
inline |
uint64_t FileInfo::GetSize |
( |
| ) |
const |
|
inline |
uid_t FileInfo::GetUid |
( |
| ) |
const |
|
inline |
bool FileInfo::IsDirectory |
( |
| ) |
const |
|
inline |
bool FileInfo::IsRegular |
( |
| ) |
const |
|
inline |
bool GetFileInfo |
( |
Path |
path, |
|
|
FileInfo & |
info, |
|
|
bool |
follow_symlinks = true |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: