Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 576 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 576 Bytes

byenow

This is the source code of byenow, a multithreaded folder removal utility for Windows.

https://iobureau.com/byenow

The code is shared to allow anyone interested to see how exactly the program works. The source is incomplete, because it depends on several libraries that are not a part of this distribution. However, with an exception of simple_work_queue, these libraries are simple Win32 API wrappers and their functionality should be fairly obvious from their usage.

To read through the code, start with wmain_app() in byenow.cpp and go from there.