Skip to content
⌘ NSIS Forum Archive

FileJoin to the beginning

4 posts

Sp33dy G0nz4l3s#

FileJoin to the beginning

Hi, I use this very useful funtcion from Instructor:



I use it like this:
${FileJoin} "$INSTDIR\file1.txt" "$INSTDIR\addthis\file2.txt" "$INSTDIR\file1.txt"
Now I have only one problem and question. When I join file2 to file1 the content of file2 is at the end of file1.

Is it possible that the content is at the beginning from file1?

Thank you
Mia128#
Originally posted by Instructor
${FileJoin} "$INSTDIR\addthis\file2.txt" "$INSTDIR\file1.txt" "$INSTDIR\file1.txt"
🙂



It is possible to insert a file into another but not the end nor the beginning but after a certain character or string or tag?