Linked by Thom Holwerda on Fri 27th Apr 2012 22:00 UTC, submitted by koki
Thread beginning with comment 516168
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: So, let me get this straight
by moondevil on Sun 29th Apr 2012 12:32
in reply to "RE[4]: So, let me get this straight"
RE[6]: So, let me get this straight
by demetrioussharpe on Mon 30th Apr 2012 13:30
in reply to "RE[5]: So, let me get this straight"
RE[5]: So, let me get this straight
by Bill Shooter of Bul on Sun 29th Apr 2012 19:56
in reply to "RE[4]: So, let me get this straight"




Member since:
2011-04-11
Sure there is:
Con, aux and a lot of other strings are reserved names in Win32, you can't (easily) use them. Try creating a file named con.txt for example.
That's a DOS legacy even though NT in itself doesn't care about such things (and using native NT system calls is the way one can create/delete files with those names).