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