Files
vault-para/300-resources/Development/Linux/filesystem-limitations.md
T

16 lines
506 B
Markdown
Raw Normal View History

2025-12-29 13:38:39 +08:00
Fundamental rules for for Universal Naming Convention (UNC),which enable applications to create and process valid names for files and directories, regardless of the file system:
Following reserved characters:
```
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
```
Use any character in the current code page for a name, including Unicode characters and characters in the extended character set (128255),