Naming Conventions
File/Folder Name
The naming rules serve as guidelines for naming files and folders. The names should be brief enough to allow for easy browsing and searching while also being descriptive enough to give you a good idea of what the file or folder contains.
A file/folder name can contain:
- Alphanumeric Characters:
a-z
A-Z
0-9
(including Unicode letters, marks, and numerals in other languages). - Special Characters:
.
_
-
(
)
.
Any other character, including space, will be replaced by an underscore (_
) character.
info
- A name can have a maximum of
255
characters. - When creating a folder, use
/
to create nested folders.