Windows console app which deletes temporary files and folders being left over in the system.
Define a list of temporary folders paths in app.config which the app will go through.
<add key="TempFolders" value="c:\Users\Nemanja Stankovic\AppData\Local\Temp\;c:\Windows\Temp\;c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\"/>
Recommended to run the application as the administrator to gain higher level of access.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please make sure to update tests as appropriate.
Distributed under the MIT License. See LICENSE
for more information.
Nemanja Stankovic - IG @svestrani.kolega