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?