Naming Rules โ
Names used for files and objects in Foxel must follow these rules:
- A name must contain at least one character.
- Allowed characters are
a-z,A-Z,0-9,_, and-. - Names must be unique within their context. If a name is already in use, Foxel automatically adds a numeric suffix.
- Names are treated as case-insensitive. For example,
FOXELandfoxelare considered the same name. - In the user interface, names are displayed with the first letter in uppercase and the remaining letters in lowercase.