Hi all:
Can I use saveas knowing ony the file path? Can I do something like this?
dim strfichero as string
strfichero="file1.jpg"
strfichero.Saveas("temporal")
I have 2 windows. In window2 I pass a file name from window1. Only file name because I can't pass the fileupload, fufichero.
TIA
Go to the complete details ...