Hi,
Could you maybe help me out with some code to scan folders and subfolders for files?PLEASE...
I cant find any useful information on the net..
All i wanna do is search a selected folder with its subfolders for a specific file types and then rename those found files extension to for example .rar files...
Any help would be greatly appreciated.... :-)
Thanks
Regards

GermanD
Recommended Answers
Jump to PostHi, is this what you want, I threw it together real quick, but you should be able to finish the rest, this will get you started.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; namespace filetest { public partial …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.