.ini file contains simple text date. Why then there was a need of having a file with .ini extension when .txt file could do the same thing ?
ini files
Collapse
X
-
Tags: None
-
Having different extensions allows the OS to associate files with various applications. It's true that .ini is usually associated with Notepad for editing, but if you look in an Explorer window, you'll see that the file is recognized as a system file (and you really wouldn't want all your .txt files showing up as system files, now would you).Originally posted by questionit.ini file contains simple text date. Why then there was a need of having a file with .ini extension when .txt file could do the same thing ?Comment
Comment