The use of dots ( . ) instead of spaces throughout the string is a foundational practice in web development and data storage. Spaces in file names can cause execution errors in command-line interfaces, URL rendering, and legacy operating systems. Replacing spaces with periods ensures that the file remains universally readable across different server environments, including Linux, Windows, and macOS.