Package javatapas.io
Class GetFileBaseName
java.lang.Object
javatapas.io.GetFileBaseName
public class GetFileBaseName extends Object
Get the Base Name of a File (the part of the file name before the extension).
Published at https://www.javatapas.com/io/Java-Get-File-Base-Name.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetFileBaseName.html
Published at https://www.javatapas.com/io/Java-Get-File-Base-Name.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetFileBaseName.html
- Version:
- 2021-05-20
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetFileBaseName()
-
Method Summary
Modifier and Type Method Description static String
getFileBaseName(File inputFile)
-
Constructor Details
-
GetFileBaseName
public GetFileBaseName()
-
-
Method Details
-
getFileBaseName
- Parameters:
inputFile
- The File whose base name is being returned.
-