I am new to vb.net
I need to automate the selection of a pdf file on the desktop, and then copying it a specific folder and then renaming it. TIA - Steve
I need a GUI. This is for people that are not computer literate. They need to get a list of pdf files that are on the desktop. They should select the one of interest, and it will automatically be copied into a specific folder and automatically renamed.
Well you can use Directory.GetFiles() to get a list of PDF's from any folder, then use File.Copy() to copy & rename (at the same time) from any folder to any folder
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.