Method DeleteBinObjFiles
DeleteBinObjFiles(string)
Deletes all files in the 'bin' and 'obj' subfolders of the specified solution folder.
public static void DeleteBinObjFiles(string path)
Parameters
path
stringPath to folder.
Remarks
This method works recursively. First it finds all '.csproj' and '.vcxproj' project files. For the each found project file it deletes all files in the 'bin' and 'obj' subfolders located in the project file path.