Computer Science, asked by satishsidhar961, 6 hours ago

Explain name rules of files and directories.

Answers

Answered by kliani1956
0

Explanation:

File naming best practices:

  • Files should be named consistently
  • File names should be short but descriptive (<25 characters) (Briney)
  • Avoid special characters or spaces in a file name
  • Use capitals and underscores instead of periods or spaces or slashes
Answered by NirmalPandya
0

The rules to name files and directories are as follows -

  • We should avoid using big and meaningless words to name our files and directories.
  • An appropriate version number if it has any is to be written along with the name of the file.
  • We should always maintain a proper order to remember and get the files in a small amount of time in case there are a lot of files.
  • We should always keep file names simple and short but also keep in mind that it makes sense.
  • We should avoid spam words as file names.

Similar questions