
Originally Posted by
Jason
Show me the exact code you used.
[php] Dim newDirectory As String = TextBox2.Text
For Each s As String In OpenFileDialog1.FileNames
Dim fileLoc As String = s
IO.File.Move(fileLoc, newDirectory & IO.Path.GetFileName(fileLoc))
Next[/php]
I had to use openfiledialog, buecause apperently, you can only use open for 1 thing.