8 #ifndef kpim_tdefileio_h
9 #define kpim_tdefileio_h
11 #include <tqcstring.h>
14 #include <kdemacros.h>
28 TQCString kFileToString( const TQString &fileName, bool ensureNewline= true,
29 bool withDialogs= true) KDE_EXPORT;
41 const TQString &aFileName,
42 bool aAskIfExists, bool aBackup, bool aVerbose) KDE_EXPORT;
44 bool kCStringToFile(const TQCString& buffer, const TQString &fileName,
45 bool askIfExists=false, bool createBackup=true,
46 bool withDialogs=true) KDE_EXPORT;
48 KDE_EXPORT bool kByteArrayToFile(const TQByteArray& buffer, const TQString &fileName,
49 bool askIfExists=false, bool createBackup=true,
50 bool withDialogs=true) KDE_EXPORT;
73 const bool recursive, const bool wantItReadable,
74 const bool wantItWritable );
101 const TQString &toCheck, const bool recursive, const bool wantItReadable,
102 const bool wantItWritable );
|