Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [File List](files.md) - [File Members](globals.md)

Files.h File Reference

#include "Exports.h"

Include dependency graph for Files.h:

Go to the source code of this file.


Functions

FILEIOEXPORT BOOL  Remove (const String &filename)
FILEIOEXPORT BOOL  RemoveDir (const String &dir)
FILEIOEXPORT BOOL  Rename (const String &src, const String &dst)
FILEIOEXPORT BOOL  DirExists (const String &pathname)
FILEIOEXPORT BOOL  FileExists (const String &filename)
FILEIOEXPORT BOOL  MakeDirPath (const String &unexplodedname)
FILEIOEXPORT BOOL  CanWriteDirPath (const String &name)
FILEIOEXPORT BOOL  CanWriteToFile (const String &name)
FILEIOEXPORT BOOL  IsReadOnly (const String &filename)
FILEIOEXPORT FILETIME  GetFileModifiedTime (int filenumber)
FILEIOEXPORT FILETIME  GetFileModifiedTime (const String &filename)
FILEIOEXPORT BOOL  IsFileModified (const String &filename, FILETIME reftime)
FILEIOEXPORT void  SetFileType (const String &filename, BOOL setapp, ULONG type)
FILEIOEXPORT BOOL  CopyFile (String src, String dst)