Vi prego aiutatemi!
Anche cosi non va
Dim save As New SaveFileDialog
If save.ShowDialog = Windows.Forms.DialogResult.OK Then
TextBox1.Text = save.FileName
End If
System.IO.File.Copy(TextBox1.Text, "C:/cartella/" & TextBox1.Text, True)
End Sub
Vi prego aiutatemi!
Anche cosi non va
Dim save As New SaveFileDialog
If save.ShowDialog = Windows.Forms.DialogResult.OK Then
TextBox1.Text = save.FileName
End If
System.IO.File.Copy(TextBox1.Text, "C:/cartella/" & TextBox1.Text, True)
End Sub