buildFileList -> buildDirEntList to emphasize that dirs can be returned. (pt2)

This was SVN commit r4310.
This commit is contained in:
janwas
2006-09-08 18:41:30 +00:00
parent 5473187487
commit c7870cfbb4
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1349,7 +1349,7 @@ JSFunctionSpec ScriptFunctionTable[] =
JS_FUNC(createServer, createServer, 0)
// VFS (external)
JS_FUNC(buildFileList, JSI_VFS::BuildFileList, 1)
JS_FUNC(buildDirEntList, JSI_VFS::BuildDirEntList, 1)
JS_FUNC(getFileMTime, JSI_VFS::GetFileMTime, 1)
JS_FUNC(getFileSize, JSI_VFS::GetFileSize, 1)
JS_FUNC(readFile, JSI_VFS::ReadFile, 1)