I basically want to keep a track of old filenames and each file's new filename.
I could use a Dictionary I suppose, but I want to keep it really lightweight.
Would a multidimensional string array work just as well?
Use the Dictionary<string,string> class:
fileNames[oldName] to get the name instead of using a loop or LINQReally, the Dictionary is the lightweight solution here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With