@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Investigating some odd #Windows behavior. Colons are not, AFAIK, valid in file names. And yet, I can open a file called "foo:bar" and write to it from Python. Windows lists a 0-byte file "foo". But I can re-open "foo:bar" and read out my data.

Where can I read more about this?