Find and rename all png files – codereview.stackexchange.com

I have such problem : find all png files to disk and rename them as I did: static void DirSearch(string sDir) { try { var images = Directory.GetFiles(sDir, "*.png"); ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Find and rename all png files – codereview.stackexchange.com"