![]() |
C-chat
|
A class containing information about a file. More...
#include <files.h>
Public Attributes | |
int | exists |
int | isDirectory |
long long | size |
A class containing information about a file.
int FileInfo::exists |
Equal to 1 if the file exists, else 0
int FileInfo::isDirectory |
Equal to 1 if the file is a directory
long long FileInfo::size |
File size in bytes. If the file is a directory, this is equal to 0