vote up 1 vote down star

After-the-dot-in-a-file-name, it is called extension.

flag

googlefight.com/index.php?lang=en_GB&word1=&q…; – Nosredna Jul 7 at 20:20
I think Googlefight is broken. It says "Basename and extension" wins, even though "Filename and extension" beats it by a 30 to 1 ratio on an ordinary Google search. – Robert Harvey Jul 7 at 20:25
I see the StackOverflow police have found us. :O – Robert Harvey Jul 7 at 20:28
@Robert Harvey. I see 12700 results for "filename and extension" and 833 results for "basename and extension" – Nosredna Jul 7 at 20:41
Interesting. I'm getting 27100 for "filename and extension... – Robert Harvey Jul 7 at 20:45
show 2 more comments

11 Answers

vote up 4 vote down check

It's called the basename. In fact, there's a unix/linux command for it:

basename - strip directory and suffix from filenames

link|flag
The basename I have only removes the suffix if you specify exactly what you want removed; it does not remove a suffix by default. – Greg Hewgill Jul 7 at 19:58
Aye. The idea is the same, though. – skaffman Jul 7 at 20:00
vote up 1 vote down

Once upon a time, the term Leafname was used, although that typically included the extension. I mention this for historical value, and since its dropped out of usage, it might be redeemable for this purpose.

link|flag
Interesting. I never heard that before. encyclo.co.uk/define/Leafname – Nosredna Jul 7 at 21:41
vote up 1 vote down

I'm not a Ruby or Linux guy, so I guess I missed the BaseName thing. It makes for all sorts of interesting naming convention hilarity. I'm in the

Filename.Ext

camp, although that, too can be a FileName. (or maybe a FileNameWithExtension).

link|flag
vote up 0 vote down

The boost::filesystem library calls it basename as well.

link|flag
vote up 2 vote down

I call it filename. So its like Filename.ext

cheers

link|flag
vote up 3 vote down

Drive:/File/Path/FileName.FileExtension

After the period is the extension, the immediate name before it is the file name, the path before all that is the File Path, and of course at the end (or beginning) is the drive.

BaseName is another name for FileName.

link|flag
Microsoft is definitely in the "filename" camp. Their style manual says to use title caps for file names, directory, and drive names, and lowercase for extensions. – Nosredna Jul 7 at 20:47
vote up 1 vote down

Ruby calls it the basename. That's a good, succinct name that I generally go with in other environments too.

link|flag
vote up 1 vote down

Basename or primary file name.

link|flag
vote up 3 vote down

Base name or file name.

link|flag
vote up 1 vote down

I've always called the everything before the dot and the extension the "file name".

link|flag
vote up 6 vote down

The "base name," "basename," "primary name," "filename," "file name," or the "file."

link|flag
I think we can agree that these are all interchangeable. – Thomas Owens Jul 7 at 20:00
Apparently so, given the votes. – Robert Harvey Jul 7 at 20:01
I'd never use "filename" and "basename" interchangeably. They mean different things. – skaffman Jul 7 at 20:02
1  
I don't really agree with filename or file name. Don't most OS' consider the extension to be part of the filename? – Brandon Jul 7 at 20:03
I hear "type the filename and the extension" all the time. It's a very common usage. – Nosredna Jul 7 at 20:05
show 3 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.