Hi guys
Im making a program in assembly that copies all of the text files from one folder to another , the problem that i have is how to join the path from the folder whit the name of the text files that the program reads.
Ex:
dest folder: num1 db "c:\teste1\*.*",0
file name: num2 db"hello.txt",0
That do in need to do to have c:\teste1\hello.txt
thanks in advance for any replay