19File类常用方法-获取功能方法

获取的方法:
getAbsolutePath() 返回此File的绝对路径名字符串
getPath() 将此File转换为路径名字符串
getName() 返回次File表示的文件或目录的名称
length()返回次File表示的文件的长度
详细代码
package demo19File方法;

import java.io.File;

public class DemoFile {
public static void main(String[] args) {
System.out.println();
show01();
System.out.println();
show02();
System.out.println();
show03();
System.out.println();
show04();

}
private static void show04(){

19File类常用方法-获取功能方法最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/18310.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>