Table of Contents

Method DeleteBinObjFiles

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DeleteBinObjFiles(string)

Deletes all files in the 'bin' and 'obj' subfolders of the specified solution folder.

public static void DeleteBinObjFiles(string path)

Parameters

path string

Path 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.