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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.