Sp33dy G0nz4l3s
24th March 2007 10:37 UTC
FileJoin to the beginning
Hi, I use this very useful funtcion from Instructor:
http://nsis.sourceforge.net/FileJoin
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
Instructor
24th March 2007 11:12 UTC
${FileJoin} "$INSTDIR\addthis\file2.txt" "$INSTDIR\file1.txt" "$INSTDIR\file1.txt"
:)
Sp33dy G0nz4l3s
24th March 2007 16:20 UTC
OH^^ easy ;)
Thanks
Mia128
4th August 2009 19:59 UTC
Quote:
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?
Originally posted by Instructor
${FileJoin} "$INSTDIR\addthis\file2.txt" "$INSTDIR\file1.txt" "$INSTDIR\file1.txt"
:)
|