Using case-sensitive or reserved names
Some systems or platforms are case-sensitive, which means that they treat uppercase and lowercase letters differently. This can create confusion or duplication if you use different cases for the same file name. For example, report.docx and Report.docx are considered two different files by some systems. To avoid this, use either all lowercase or all uppercase letters for your file names, and be consistent. Alternatively, you can use camel case, which is a convention that uses uppercase letters for the first letter of each word, such as Report2021.docx.
Some names are reserved for specific functions or commands by some systems or platforms, such as CON, NUL, or AUX. These names cannot be used for your file names, as they can cause errors or conflicts. To avoid this, avoid using these names or any variations of them for your file names. For example, do not use ConReport.docx or AuxPlan.docx.
By avoiding these common mistakes when naming files, you can improve your administrative efficiency, professionalism, and collaboration. You can also use some tools or guidelines, such as file naming conventions, to help you create and manage your file names. File naming conventions are a set of rules or standards that define how to name your files, such as the format, the elements, the delimiter, and the length. You can use existing file naming conventions or create your own, depending on your needs and preferences.