Archive: filename in file?


filename in file?
i'm using a modified version of the SearchByteFile function in the archive (using FileReadByte instead of FileRead) to find an expression in a binary file.

however, what i don't know how to do is to search for a specific file-extension in a binary file (loop-search) and then detect the entire filename (with spaces, if necessary) from the found extension.

could anybody give me help or a hint to the right solution?


Are there a special character that divides the file name from the rest of the binary data?

This one might help you:
http://nsis.sourceforge.net/archive/...b.php?page=303

-Stu