Contents
Should you use capital letters in file names?
Capitalize the first letter of each word in a file name. Use caution when including spaces in file names because some software, search tools, and internet files will not recognize file names with spaces. We recommend against using spaces.
Does capitalization matter in folder names?
It is a very good idea to use all lower-case letters for all file names. There are two main reasons for this. (1) If you use your files on the internet, you’ll find that case-sensitivity matters. Whereas Windows will ignore the case, internet servers don’t.
Why we should not use capital letters?
Do not use ALL capital letters to emphasize or highlight your message. This is considered to be rude, and can be interpreted as shouting at someone in terms of email etiquette.
Does case matter in file names?
By default Windows processes treat the file system as non-case-insensitive. As such they do not differentiate between files or folders based on case. When enabled, all Windows processes will respect the case sensitivity of the folder and its files, so they view FILE. …
Is it bad to use spaces in file names?
Avoid spaces Spaces are not supported by all operating systems or by command line applications. A space in a filename can cause errors when loading a file or when transferring files between computers. Common replacements for spaces in a filenames are dashes (-) or underscores (_).
Is it bad practice to use capitals in filenames?
However, if you trip on such tool, hopefully again, it will not be hard to fix and will not cost your business and/or you lot of money and/or time. But if it ends-up having bad repercussions, you will remember that some told you in the past that using capitals and spaces in filenames is bad practice.
What’s the proper way to name a file?
The naming convention below is based on the work of Anne Thompson of the University of Edinburgh, however any errors are mine. 1. Use capital letters to delimit words, not spaces. Underscores and Spaces may make it harder to find a file.
When to capitalize acronyms in a file name?
Where capitalised acronyms are used in file names, the acronym should appear in capitals and the first letter of the following word should also be capitalised. 2. Keep file names short, but meaningful.
Is it best practice to not use file names?
If the file system is actually a Windows file system (e.g., mounted from an exFAT or NTFS file system from an NFS server running Windows), the two names will (probably) not be allowed to coexist. For example, if you do cmd1 > foo and cmd2 > Foo, you may end up with a single file, containing the output from cmd2.