file utility More...
#include "ZFFile_fwd.h"
Go to the source code of this file.
Namespaces | |
namespace | ZFResRaw |
raw res process which bypass ZFResExtPathAdd logic | |
Functions | |
zfbool | ZFResRaw::ZFResIsExist (const zfchar *resPath) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResIsDir (const zfchar *resPath) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResCopy (const zfchar *resPath, const zfchar *dstPath, zfbool isRecursive=(_ZFT_t_zftrue), zfbool isForce=(_ZFT_t_zftrue)) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResFindFirst (ZFFileFindData &fd, const zfchar *resPath) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResFindNext (ZFFileFindData &fd) |
raw res process which bypass ZFResExtPathAdd logic | |
void | ZFResRaw::ZFResFindClose (ZFFileFindData &fd) |
raw res process which bypass ZFResExtPathAdd logic | |
void * | ZFResRaw::ZFResOpen (const zfchar *resPath) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResClose (void *token) |
raw res process which bypass ZFResExtPathAdd logic | |
zfindex | ZFResRaw::ZFResTell (void *token) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResSeek (void *token, zfindex byteSize, ZFSeekPos position=(ZFSeekPosBegin)) |
raw res process which bypass ZFResExtPathAdd logic | |
zfindex | ZFResRaw::ZFResRead (void *token, void *buf, zfindex maxByteSize) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResIsEof (void *token) |
raw res process which bypass ZFResExtPathAdd logic | |
zfbool | ZFResRaw::ZFResIsError (void *token) |
raw res process which bypass ZFResExtPathAdd logic | |
zfindex | ZFResRaw::ZFResSize (void *token) |
raw res process which bypass ZFResExtPathAdd logic | |
file utility