Naming Rules
All files and objects that require naming must follow these rules:
- Names must be at least one character long.
- Allowed characters include: a-z, A-Z, 0-9, _ (underscore), and - (hyphen). Umlauts are not allowed.
- Each name must be unique, both for specific file types and across all objects within a file. If a name is not unique, Foxel will automatically add a numeric suffix to ensure it is.
- Names are case-insensitive, meaning that "FOXEL" and "foxel" will be treated as the same name in searches.
- In the user interface, names are displayed with the first letter capitalized and all subsequent letters in lowercase.