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 sizbut 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. mtg0711

    Rename all files in a directory with .jpg extension

    OK, two questions. 1) Kliot, what should I put in the 'Rename files here comment? 2) The line "If directory.GetExtension..." gives an error, 'GetExtension' is not a member of string. Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  2. mtg0711

    Rename all files in a directory with .jpg extension

    I will try this, it is fine if it looks for all files, since all the files in the directory won't have an extension.
  3. mtg0711

    Rename all files in a directory with .jpg extension

    I am writing a program to make it easy to gather pictures of sites such as Facebook by using my browser cache. This program will take all cache files (no extension) and add .jpg to all the files in the directory the user browses for. I already have the part where the user chooses the directory...
  4. mtg0711

    Rename all files in a directory with .jpg extension

    OK, I am still confused on what the code for this would look like. I'm just getting started with VB still
  5. mtg0711

    Rename all files in a directory with .jpg extension

    I am writing a program to make it easy to gather pictures of sites such as Facebook by using my browser cache. This program will take all cache files (no extension) and add .jpg to all the files in the directory the user browses for. I already have the part where the user chooses the directory...

Part and Inventory Search

Back
Top