44 #include <sys/types.h> 59 Ostream&
operator<<(Ostream&,
const fileStat&);
97 const bool checkVariants =
true,
98 const bool followLink =
true,
99 const unsigned int maxTime = 0
111 const struct stat&
status()
const A class for handling file names.
static const label nVariants_
Number of file variants.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
fileStat()
Empty constructor.
friend Ostream & operator<<(Ostream &, const fileStat &)
bool sameINode(const fileStat &stat2) const
Compare two fileStats for same Inode.
const struct stat & status() const
Raw status.
bool sameDevice(const fileStat &stat2) const
Compare two fileStats for same device.
Istream & operator>>(Istream &, directionInfo &)
friend Istream & operator>>(Istream &, fileStat &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Wrapper for stat() system call.
Ostream & operator<<(Ostream &, const ensightPart &)
static const char * variantExts_[]
Extensions of the file variants.
bool isValid() const
Did constructor fail.