PFile.h
Go to the documentation of this file.
41 static PString RandomFilename(const PString& prefix, const PString& suffixOrExtension, bool inTemp = true);
47 static PResult Copy(const PString& sourceFilename, const PString& destinationFilename, bool overwriteIfExists = false);
53 static PResult Zip(const PString& sourceFilename, const PString& destinationFilename, bool overwriteIfExists = false);
59 static PResult Unzip(const PString& sourceFilename, const PString& destinationFilename, bool overwriteIfExists = false);
95 static PResult CheckExistsAndIsReadable(const PString& filename, papillon::int32 checkForGenericFile = -1);
The PDateTime class provides date and time functions, including time-zone management and UTC conversi...
Definition: PDateTime.h:38
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159