clj-on-windows 2023-02-23

> Do not use the following reserved names for the name of a file: > CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt and NUL.tar.gz are both equivalent to NUL. For more information, see https://learn.microsoft.com/en-gb/windows/win32/fileio/naming-a-file#win32-file-namespaces.

lol, thanks for figuring that out!

1

Reading this I realised I'm old enough to remember these from the old good (16 bit) DOS days.