Go to the source code of this file.
|
enum | EFileWrite {
FILEWRITE_None = 0x0
, FILEWRITE_NoFail = 0x1
, FILEWRITE_NoReplaceExisting = 0x2
, FILEWRITE_EvenIfReadOnly = 0x4
,
FILEWRITE_Append = 0x8
, FILEWRITE_AllowRead = 0x10
, FILEWRITE_Silent = 0x20
, FILEWRITE_None = 0x00
,
FILEWRITE_None = 0x0
, FILEWRITE_NoFail = 0x01
, FILEWRITE_NoFail = 0x1
, FILEWRITE_NoReplaceExisting = 0x02
,
FILEWRITE_NoReplaceExisting = 0x2
, FILEWRITE_EvenIfReadOnly = 0x04
, FILEWRITE_EvenIfReadOnly = 0x4
, FILEWRITE_Append = 0x08
,
FILEWRITE_Append = 0x8
, FILEWRITE_AllowRead = 0x10
, FILEWRITE_AllowRead = 0x10
, FILEWRITE_Silent = 0x20
,
FILEWRITE_Silent = 0x20
} |
|
enum | EFileRead {
FILEREAD_None = 0x0
, FILEREAD_NoFail = 0x1
, FILEREAD_Silent = 0x2
, FILEREAD_AllowWrite = 0x4
,
FILEREAD_None = 0x00
, FILEREAD_None = 0x0
, FILEREAD_NoFail = 0x01
, FILEREAD_NoFail = 0x1
,
FILEREAD_Silent = 0x02
, FILEREAD_Silent = 0x2
, FILEREAD_AllowWrite = 0x04
, FILEREAD_AllowWrite = 0x4
} |
|
enum | ECopyResult {
COPY_OK = 0x0
, COPY_Fail = 0x1
, COPY_Canceled = 0x2
, COPY_OK = 0x00
,
COPY_OK = 0x0
, COPY_Fail = 0x01
, COPY_Fail = 0x1
, COPY_Canceled = 0x02
,
COPY_Canceled = 0x2
} |
|
enum | EFileOpenFlags {
IO_READ = 0x1
, IO_WRITE = 0x2
, IO_APPEND = 0x40
, IO_READ = 0x01
,
IO_READ = 0x1
, IO_WRITE = 0x02
, IO_WRITE = 0x2
, IO_APPEND = 0x40
,
IO_APPEND = 0x40
} |
|
◆ MAX_UNREAL_FILENAME_LENGTH_DEPRECATED
◆ ECopyResult
Enumerator |
---|
COPY_OK | |
COPY_Fail | |
COPY_Canceled | |
COPY_OK | |
COPY_OK | |
COPY_Fail | |
COPY_Fail | |
COPY_Canceled | |
COPY_Canceled | |
Definition at line 35 of file FileManager.h.
◆ EFileOpenFlags
Enumerator |
---|
IO_READ | |
IO_WRITE | |
IO_APPEND | |
IO_READ | |
IO_READ | |
IO_WRITE | |
IO_WRITE | |
IO_APPEND | |
IO_APPEND | |
Definition at line 49 of file FileManager.h.
◆ EFileRead
Enumerator |
---|
FILEREAD_None | |
FILEREAD_NoFail | |
FILEREAD_Silent | |
FILEREAD_AllowWrite | |
FILEREAD_None | |
FILEREAD_None | |
FILEREAD_NoFail | |
FILEREAD_NoFail | |
FILEREAD_Silent | |
FILEREAD_Silent | |
FILEREAD_AllowWrite | |
FILEREAD_AllowWrite | |
Definition at line 26 of file FileManager.h.
◆ EFileWrite
Enumerator |
---|
FILEWRITE_None | |
FILEWRITE_NoFail | |
FILEWRITE_NoReplaceExisting | |
FILEWRITE_EvenIfReadOnly | |
FILEWRITE_Append | |
FILEWRITE_AllowRead | |
FILEWRITE_Silent | |
FILEWRITE_None | |
FILEWRITE_None | |
FILEWRITE_NoFail | |
FILEWRITE_NoFail | |
FILEWRITE_NoReplaceExisting | |
FILEWRITE_NoReplaceExisting | |
FILEWRITE_EvenIfReadOnly | |
FILEWRITE_EvenIfReadOnly | |
FILEWRITE_Append | |
FILEWRITE_Append | |
FILEWRITE_AllowRead | |
FILEWRITE_AllowRead | |
FILEWRITE_Silent | |
FILEWRITE_Silent | |
Definition at line 14 of file FileManager.h.