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 figured out, but I am having problems with the code I would use for the next step. It will need to read all the files in the chosen directory and just add .jpg to the end (e.g. CACHE_001 -> CACHE_001.jpg)
I am using Microsoft Visual Basic Express Edition (info can be for version 2005 or 2008)
I already have the part where the user chooses the directory figured out, but I am having problems with the code I would use for the next step. It will need to read all the files in the chosen directory and just add .jpg to the end (e.g. CACHE_001 -> CACHE_001.jpg)
I am using Microsoft Visual Basic Express Edition (info can be for version 2005 or 2008)