diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/API | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -383,10 +383,10 @@ directory into a .paq file. Here is how you use it: First you create a variable of type "Archive", like this: -new Archive("datas.paq"); +new Archive("data.paq"); -This one will "register" the archive named "datas.paq". So, after that, if you -create an Input handle, it will first look into the archive datas.paq to see +This one will "register" the archive named "data.paq". So, after that, if you +create an Input handle, it will first look into the archive data.paq to see if your file is not in. It will only do so if the file path is relative (ie not begining with '/' or with '?:\' (for windows...)) If your file is found in the archive, it will be read directly and transparantly. Otherwise, |