Commit 9f9ccaa4 authored by hybrid's avatar hybrid

Add comment for proper directory mounting.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3916 dfc29bdd-3216-0410-991c-e03cc46cb475
parent f6662bff
...@@ -127,6 +127,10 @@ public: ...@@ -127,6 +127,10 @@ public:
IArchiveLoader and passing an instance to addArchiveLoader. IArchiveLoader and passing an instance to addArchiveLoader.
Irrlicht supports AES-encrypted zip files, and the advanced compression Irrlicht supports AES-encrypted zip files, and the advanced compression
techniques lzma and bzip2. techniques lzma and bzip2.
If you want to add a directory as an archive, prefix its name with a
slash in order to let Irrlicht recognize it as a folder mount (mypath/).
Using this technique one can build up a search order, because archives
are read first, and can be used more easily with relative filenames.
\param file: Archive to add to the file system. \param file: Archive to add to the file system.
\param ignoreCase: If set to true, files in the archive can be accessed without \param ignoreCase: If set to true, files in the archive can be accessed without
writing all letters in the right case. writing all letters in the right case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment