C-chat
Public Attributes | List of all members
FileInfo Class Reference

A class containing information about a file. More...

#include <files.h>

Public Attributes

int exists
 
int isDirectory
 
long long size
 

Detailed Description

A class containing information about a file.

Member Data Documentation

◆ exists

int FileInfo::exists

Equal to 1 if the file exists, else 0

◆ isDirectory

int FileInfo::isDirectory

Equal to 1 if the file is a directory

◆ size

long long FileInfo::size

File size in bytes. If the file is a directory, this is equal to 0


The documentation for this class was generated from the following file: