Drew Taylor

Drew Taylor

  • NA
  • 70
  • 0

Move selected file

Jun 21 2007 9:01 AM

Why can't I move the selected file in the listbox?


string
selectedFile;

selectedFile = Convert.ToString(listBox1.SelectedItem);

string path = @"G:\Template Markdown files" + selectedFile;          (File location)

string path2 = @"\\at2-r5db\e$\IMPEXP\IMPORT" + selectedFile;  (File should be moved to here)


Answers (2)