zim-tools
zim-tools copied to clipboard
using filesystem read_link to test if sym link already created.
- using std::filesystem's read_link.
- This is an improvement so only test when failure to avoid expensive system call.
- Hopefully this avoid race condition.