On Thu Nov 16 04:38:59 2023 +0000, Alex Henrie wrote:
Personally I would prefer `*path_size < MAX_PATH` instead of `*path_size < 260`, but it's a matter of taste. What you wrote is fine.
Tbh, I just didn't make the connection to MAX_PATH. I find it nicer with the macro as well, so I changed it.