Folder extension changes with vb6

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I’m trying to figure out how to make folder extension changes with vb6. I need to change the folder extension but I want to make sure the files are not corrupted once they are changed. Does anyone know how to change the folder extension with vb6?

SHARE
Answered By 30 points N/A #165635

Folder extension changes with vb6

qa-featured
Hello there,
 
Folders have names, not extensions, so I believe you made a mistake and were talking about changing the file extensions in a specific folder.
 
I've attached a simple VB6 script that will allow you to change the extension of files inside the specific folder. Copy and paste the code into your project and adjust it according to comments to make it work with your project.

Related Questions