So, I guess it's time for new release and some musing: [https://github.com/Guevara-chan/Midday-Commander/releases/tag/0.07](https://github.com/Guevara-chan/Midday-Commander/releases/tag/0.07)
* First of all: expandSymlink as NOOP on Windows systems was a pain. Don't take me wrong, I wrote my own, but still it should be provided in std lib. * Second: our beloved **Nim** needs some built-in way to check available disk drives. Nothing fancy, just a seq of disk letters would be enough - but it **is** dealbreaker for cross-platform file managers. * Third: complex IO operations like copyDir`moveDir` would benefit a lot form progress callbacks. Terminating task at use input, async usage with threading, even obtaining name for currently proccessed files - for all of this simple optional callback gonna be stellar.
