Now that we can use long file names (file names longer than 11 characters), here are some facts about them and short file names:
- Letters (A-Z, a-z)
- Blank (yes, theoretically you can have spaces!)
- ASCII characters greater than 127
- Special characters: + $ % ' - _ @ ~ ` ! ( ) ^ # &
- Special characters: + + , ; = [ ]
- Every long file name has an alias that complies with the 8.3 file names for backward compatibility.
- 8.3 aliases to long file names consist of the first 6 characters of the long file name followed by a ~ and an incrementing number/character. For example, if there are two or more long file names starting with the same six characters, then the number/character followed by ~ will be incremented until an unique file name is generated.
- Short file names may contain only the following characters:
- Letters (A-Z, a-z)
- Blank (yes, theoretically you can have spaces!)
- ASCII characters greater than 127
- Special characters: + $ % ' - _ @ ~ ` ! ( ) ^ # &
- Long file names may contain only the following characters:
- Special characters: + + , ; = [ ]
- Length of the long file names are limited to 255 characters (260 for full paths) and short file names are limited to 8+3 or 11 characters (80 for full path names).
No comments:
Post a Comment