|
|
|
|
|
by akira2501
3330 days ago
|
|
> I haven't worked on Windows directly in years, but I never knew that NUL was a reserved word as a file. It's not. It's a reserved word through the MS-DOS file redirection facilities. If you use the newer file API or you use the \\?\[path] convention; the reserved words are not an issue and you can create files named for them. |
|