获取一个不包含路径的文件名的方法为
A: getName( )
B: getPath( )
C: getAbslutePath( )
D: getParent( )
A: getName( )
B: getPath( )
C: getAbslutePath( )
D: getParent( )
举一反三
- File类中获取文件绝对路径的方法是() A: getName( ) B: getPath( ) C: getParent( ) D: exists( )
- File类中以字符串形式返回文件绝对路径的方法是( )。 A: getParent B: getName C: getAbsolutePath D: getPath
- File类中以字符串形式返回文件绝对路径的的方法是( ) A: getName() B: getParent() C: getPath() D: getAbsolutePath()
- 获取一个不包含路径的文件名的方法为()
- 【单选题】下列File类的方法中,可以获得文件对象父路径名的是 A. getName() B. getParent() C. getPath() D. getAbsolutePath()