Pyrogenesis  trunk
Functions
JSI_VFS Namespace Reference

Functions

JS::Value BuildDirEntList (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &path, const std::wstring &filterStr, bool recurse)
 
bool FileExists (ScriptInterface::CxPrivate *pCxPrivate, const CStrW &filename)
 
double GetFileMTime (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &filename)
 
unsigned int GetFileSize (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &filename)
 
JS::Value ReadFile (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &filename)
 
JS::Value ReadFileLines (ScriptInterface::CxPrivate *pCxPrivate, const std::wstring &filename)
 

Function Documentation

JS::Value JSI_VFS::BuildDirEntList ( ScriptInterface::CxPrivate pCxPrivate,
const std::wstring &  path,
const std::wstring &  filterStr,
bool  recurse 
)
bool JSI_VFS::FileExists ( ScriptInterface::CxPrivate pCxPrivate,
const CStrW &  filename 
)
double JSI_VFS::GetFileMTime ( ScriptInterface::CxPrivate pCxPrivate,
const std::wstring &  filename 
)
unsigned int JSI_VFS::GetFileSize ( ScriptInterface::CxPrivate pCxPrivate,
const std::wstring &  filename 
)
JS::Value JSI_VFS::ReadFile ( ScriptInterface::CxPrivate pCxPrivate,
const std::wstring &  filename 
)
JS::Value JSI_VFS::ReadFileLines ( ScriptInterface::CxPrivate pCxPrivate,
const std::wstring &  filename 
)