Viewing a single comment thread. View all comments

JaggedMetalOs t1_ixtza8l wrote

> File extensions don't actually matter, they're for humans, not computers. More or less.

Well, I wouldn't say that. They are used (in Windows) to decide what icon to use and what program to open it with when you double click.

Technically Windows could look inside every file to decide this, but that would be much slower when listing files in a folder.

Also while most applications will check the contents of a file while opening it, some assume a format based on the file extension (eg. LibreOffice will always open .csv as a text csv file, even if the file is actually an xls/ods)

6

Fat_IRL t1_ixu5fba wrote

Yeah you right with all of that, especially the last, I was kinda being generic with my response.

It just kinda freaks me out when I'm on my Linux laptop and it'll save my file 'fartbutt' as a file with no extension at allunless I tell it to, and it's still valid.

2