Pyrogenesis  trunk
Namespaces | Functions
JSInterface_VFS.h File Reference
#include "scriptinterface/ScriptInterface.h"
Include dependency graph for JSInterface_VFS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JSI_VFS
 

Functions

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)