ZFFramework
 
Loading...
Searching...
No Matches
ZFResRaw Namespace Reference

raw res process which bypass ZFResExtPathAdd logic More...

Functions

zfbool ZFResIsExist (const zfchar *resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResIsDir (const zfchar *resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool 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 ZFResFindFirst (ZFFileFindData &fd, const zfchar *resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResFindNext (ZFFileFindData &fd)
 raw res process which bypass ZFResExtPathAdd logic
 
void ZFResFindClose (ZFFileFindData &fd)
 raw res process which bypass ZFResExtPathAdd logic
 
void * ZFResOpen (const zfchar *resPath)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResClose (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResTell (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResSeek (void *token, zfindex byteSize, ZFSeekPos position=(ZFSeekPosBegin))
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResRead (void *token, void *buf, zfindex maxByteSize)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResIsEof (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfbool ZFResIsError (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 
zfindex ZFResSize (void *token)
 raw res process which bypass ZFResExtPathAdd logic
 

Detailed Description

raw res process which bypass ZFResExtPathAdd logic