Δοκιμάστε στα windows XP να δημιουργήσετε ένα φάκελο με όνομα con ή nul......
Tι φταίει??
Mία πλήρης λίστα είναι CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9
Win XP - folder name
- Ethel
- Venus Project Founder
- Posts: 2395
- Joined: Fri Mar 19, 2004 10:41 am
- Academic status: Alumnus/a
- Gender: ♀
- Location: New York City, NY
- Contact:
You must avoid using these names as a file name suffix or file name body, so you have to avoid names such as aux.c, file.aux or NUL.txt, because those names are reserved cause they are 'DOS' device names.
DOS device names are reserved words, and cannot be used as folder or file names. When parsing a reference to a file or folder, Windows correctly checks for the case in which a single DOS device name is used in the path, and treats it as invalid.
There's no place like 127.0.0.1