What is the technical term used for a filename without the extension?
For example in the following file path:
C:\Folder\foo.txt
What is the terminology used for foo
?
What is the technical term used for a filename without the extension?
For example in the following file path:
C:\Folder\foo.txt
What is the terminology used for foo
?
Lots of citations to Wikipedia, but one term on that page that seems to be unambiguous is stem
. Stem
seems better than base name
/basename
because, in Unix, the basename
command simply removes the folder path and keeps the extension.
I suspect that most will not think of stem
as including the folder path, but if you want to be sure, you can say base name stem or stem of the base name. It shouldn't be necessary, though. There is a lot of confirmatory information here.
A 'file'
, or 'blank file'
maybe.
Also the part before the dot is called a 'basename'
, 'base name'
, 'filename'
, or a 'file name'
.
It is just called a "file" if referring to its base name according to wikipedia. https://en.wikipedia.org/wiki/Filename