Given the file path:
/some/path/abc.txt
The filename is "abc.txt", and extension is "txt".
What is the "industry standard", unambiguous name for the "abc" part?
For reference, in both java's older java.io
and newer java.nio
libraries, filename means "abc.txt", and there is no term (ie the library APIs don't support) for the "abc" part.