Windows generates short file names from long file names in the
following manner:
For example, "Afile~1.doc" is generated from "A file.doc" because the long file name contains a space.
No short file name is generated from "A_file.doc" because the file name contains less than eight characters and does not contain a space.
The short file name "Alongf~1.txt" is generated from the long file name "A long filename.txt" because the long file name contains more than eight characters.
가끔 case sensitive 하지 않은 이 써글 파일 시스템이 저주스럽습니다 ㄱ-
[링크 : http://support.microsoft.com/kb/142982]
- Windows deletes any invalid characters and spaces from the file
name. Invalid characters include:. " / \ [ ] : ; = ,
- Because short file names can contain only one period (.), Windows
removes additional periods from the file name if valid, non-space
characters follow the final period in the file name. For example,
Windows generates the short file name
Thisis~1.txtfrom the long file nameThis is a really long filename.123.456.789.txtOtherwise, Windows ignores the final period and uses the next to the last period. For example, Windows generates the short file nameThisis~1.789from the long file nameThis is a really long filename.123.456.789.
- Windows truncates the file name, if necessary, to six characters and appends a tilde (~) and a digit. For example, each unique file name created ends with "~1." Duplicate file names end with "~2," "~3," and so on.
- Windows truncates the file name extension to three characters or less.
- Windows translates all characters in the file name and extension to uppercase.
For example, "Afile~1.doc" is generated from "A file.doc" because the long file name contains a space.
No short file name is generated from "A_file.doc" because the file name contains less than eight characters and does not contain a space.
The short file name "Alongf~1.txt" is generated from the long file name "A long filename.txt" because the long file name contains more than eight characters.
가끔 case sensitive 하지 않은 이 써글 파일 시스템이 저주스럽습니다 ㄱ-
[링크 : http://support.microsoft.com/kb/142982]
'Microsoft > Windows' 카테고리의 다른 글
windows에서 ipconfig를 이용한 DNS resolve table 조회하기 (0) | 2009.03.27 |
---|---|
File Names, Paths, and Namespaces - FAT32의 파일 이름 제약조건 (0) | 2009.03.23 |
고정폭 / 가변폭 폰트 (1) | 2009.02.06 |
ICS 에서 DHCP IP 할당 및 범위 변경하기 (Windows XP 내장 공유기) (0) | 2009.02.03 |
SMTP 서버 구축하기 - WinXP / IIS (0) | 2009.01.30 |