Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.26 KB

Temp Files Eraser (v1.0.0.4)

Windows console app which deletes temporary files and folders being left over in the system.

Screenshot

Configuration

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\"/>

Usage

Recommended to run the application as the administrator to gain higher level of access.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Please make sure to update tests as appropriate.

License

Distributed under the MIT License. See LICENSE for more information.

Author

Nemanja Stankovic - IG @svestrani.kolega