For some stupid fucking reason, WordPress will not allow a backslash and a zero to be together, and will delete them both from a line of text, so…
hdd:\Content\0000000000000000\C0DE9999\00080000
becomes
hdd:\Content000000000000000\C0DE99990080000
To fix this I have to re-enter the backslash, and replace the first zero after the backslash with…
& # x 30 ;
This is the hexadecimal ASCII code for 0, and should contain no spaces.
This code seems to disappear the next time you edit the post, so you’ll have to add it again.
Fuck you, WordPress