by Dan East » Apr 30, 2001 @ 8:31am
999, you're creating shortcuts manually, right? The syntax is:<br><br>nn#\This\Is\My\Shortcut<br><br>nn is a 2 digit number containing the number of characters after, and not including, the pound sign. Shortcuts also cannot be very long. 256 characters is what the docs say. In that case I don't know if there are 3 digits before the pound sign or not.<br><br>Paul, yes you can use that to search pak files, but you're going to have to modify it. It will search the real directories in the search path first. If it cannot find the target file then it will begin searching the pak files. Also, it will return the first file it finds, and I believe you want to enumerate them all. Finally, you have to specify the exact filename, and you want to search for files of a certain type, sort of like using a wildcard. So it would have to be modified to get the behavior you want.<br><br>Dan East