Here is what I am trying:
My.Computer.Fil eSystem.CopyFil e("\\server\all \sets\!!!!!PREF S
\Application Data", _
"C:\Documen ts and Settings\" & Environment.Use rName & "\Applicati on
Data\Adobe", True)
MessageBox.Show ("Done Resetting Application Data, Press OK to
Continue and reset Local Settings data", "Backup in progress...",
MessageBoxButto ns.OKCancel, MessageBoxIcon. Information)
My.Computer.Fil eSystem.CopyFil e("\\server\all \sets\!!!!!PREF S
\Local Settings", _
"C:\Documen ts and Settings\" & Environment.Use rName & "\Local Settings
\Application Data\Adobe", True)
MessageBox.Show ("Done Resetting Local Settings data, Press OK
to Continue.", "Backup in progress...", MessageBoxButto ns.OK,
MessageBoxIcon. Information)
I get the error that: \\server\all\se ts\Application Data is not
found, but it is there, and inside that folder I want to copy a folder
to c:\doc and set\user\applic ation data\adobe
Also, will this work like this, one statement after another to do two
things?
thanks
My.Computer.Fil eSystem.CopyFil e("\\server\all \sets\!!!!!PREF S
\Application Data", _
"C:\Documen ts and Settings\" & Environment.Use rName & "\Applicati on
Data\Adobe", True)
MessageBox.Show ("Done Resetting Application Data, Press OK to
Continue and reset Local Settings data", "Backup in progress...",
MessageBoxButto ns.OKCancel, MessageBoxIcon. Information)
My.Computer.Fil eSystem.CopyFil e("\\server\all \sets\!!!!!PREF S
\Local Settings", _
"C:\Documen ts and Settings\" & Environment.Use rName & "\Local Settings
\Application Data\Adobe", True)
MessageBox.Show ("Done Resetting Local Settings data, Press OK
to Continue.", "Backup in progress...", MessageBoxButto ns.OK,
MessageBoxIcon. Information)
I get the error that: \\server\all\se ts\Application Data is not
found, but it is there, and inside that folder I want to copy a folder
to c:\doc and set\user\applic ation data\adobe
Also, will this work like this, one statement after another to do two
things?
thanks
Comment