If the filepath is "OperatingSystem/Terminal/Terminal.txml"
,How can I only get the Filename without extension in javafx?
Asked
Active
Viewed 56 times
0

acer
- 303
- 1
- 5
- 11
-
1Maybe [this](http://stackoverflow.com/questions/924394/how-to-get-file-name-without-the-extension) helps you. – pzaenger Oct 16 '15 at 09:46
-
Okey,Thank you,Is those answers okey for javafx too,coz I'm new to javafx,that's why I ask this question – acer Oct 16 '15 at 09:47
-
For example, the second answer provides a solution with a regular expression, which is totally fine for javafx. – pzaenger Oct 16 '15 at 09:49
-
This question has nothing to do with JavaFX. It is a pure Java issue. – mipa Oct 16 '15 at 11:43