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