5 Answers 5 ; 21 · You can use the Path api: Path p = Paths.get(yourFileNameUri); Path folder = p.getParent(); ; 17 · Look at the methods in the java.io.File class:
確定! 回上一頁