I have a program whose function is to copy and paste files, I have used My.Computer.FileSystem.CopyFile () to do it, and if it works ...
My.Computer.FileSystem.CopyFile(C:\ruta ejemplo\archivo1.txt, C:\ruta ejemplo 2\archivo1.txt)
The problem is that my program is going to be portable, and I do not know how to make it extract the "file 1" from the program files instead of a specific path (C: \ example path) ... I can indicate as? THANKS in advance