I'm trying to figure out a quick a dirty way to perform repetitive file copy processes into a small form. First, the user would need to select a source file presumably by having a folder browser object to navigate to and select a file. The value of the path to this file would be passed into a variable to be used later in the code to construct the string for the file copy operation.
Other classes further on in the app would be used to select destination servers (from a defined list) and destination paths (by user text input). Once all of these paths are input, the user would click an 'execute' button to perform the copy operation constructed from all of the gathered path variables.
Does anyone happen to have some sample code 'laying around' that they could share with me that would point me in the right direction?
Thanks in advance,
Scott (Pcolaboy)
Other classes further on in the app would be used to select destination servers (from a defined list) and destination paths (by user text input). Once all of these paths are input, the user would click an 'execute' button to perform the copy operation constructed from all of the gathered path variables.
Does anyone happen to have some sample code 'laying around' that they could share with me that would point me in the right direction?
Thanks in advance,
Scott (Pcolaboy)