Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. msean123

    Visual Basic 2008- Move all text files to Desktop "Text folder"

    Thanks RonRepp, But I tested this on my desktop with just one .txt file and the file did not move. What do you mean by "writing a file of all files that aren't copied"? The file is already sitting on my desktop and in the Sub I have already created the folder. All need is the right method...
  2. msean123

    Visual Basic 2008- Move all text files to Desktop "Text folder"

    I want to create a program that I can create a Text file folder on my desktop and move all the text files into the folder. Here is what I have so far: Below is where I create the Text folder: Dim myPath As String = IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.Desktop, "Text")...

Part and Inventory Search

Back
Top