(no title)
overthrow | 2 years ago
https://stackoverflow.com/questions/40794287/cannot-write-to...
https://www.howtogeek.com/wp-content/uploads/2018/11/img_5be...
overthrow | 2 years ago
https://stackoverflow.com/questions/40794287/cannot-write-to...
https://www.howtogeek.com/wp-content/uploads/2018/11/img_5be...
cesarb|2 years ago
"Suppose you wanted the listing file to go straight to the printer. [...] So you typed “PRN” as the filename. Now, the assembler doesn’t know about these magic filenames. So the assembler will try to create the file “PRN.LST” and then start writing to it. Little does the assembler realize that the output is actually going to the printer."
Windows path handling is full of special cases and subtle gotchas. See https://googleprojectzero.blogspot.com/2016/02/the-definitiv... for a very detailed list.
justeleblanc|2 years ago
franga2000|2 years ago
ygra|2 years ago
Also you could always create such names with the right APIs, so one application could create such files, but another can't delete them or open them.
igorv|2 years ago