最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

java關于路徑的代碼

2020-04-22 21:35 作者:小垃圾kiki  | 我要投稿
package cn.jd.server.basic;

import java.io.File;
import java.io.IOException;

public class HelloWorld {
?? ?public static void main(String[] args) throws IOException {
?? ??? ?System.out.println(System.getProperty("user.dir"));//這是得到工程的路徑
?? ??? ?String path="E:\\myjavacode\\Server_study01\\src\\cn\\jd\\server\\basic\\p.xml";
?? ??? ?File src=new File(path);
?? ??? ?System.out.println(src.getAbsolutePath());//獲得絕對路徑
//?? ??? ?System.out.println(src.getCanonicalPath());
?? ??? ?String filePath = "src/1.txt";
?? ??? ?File file = new File(filePath);
?? ??? ?System.out.println(file.exists());
?? ??? ???????? ?
?? ??? ?try {
?? ??? ??? file.createNewFile();
?? ??? ?} catch (IOException e) {
?? ??? ??? e.printStackTrace();
?? ??? ?}
?? ??? ?
?? ??? ?System.out.println(file.exists());

?? ?}
}

java關于路徑的代碼的評論 (共 條)

分享到微博請遵守國家法律
孟津县| 肥东县| 友谊县| 尤溪县| 宁明县| 垦利县| 称多县| 壶关县| 青河县| 兴安盟| 搜索| 合作市| 巴楚县| 凌源市| 博野县| 临泽县| 蓬溪县| 新郑市| 盐津县| 依安县| 甘南县| 昭通市| 揭阳市| 罗城| 绵阳市| 海口市| 明星| 墨玉县| 开阳县| 双城市| 双流县| 鄂尔多斯市| 丹凤县| 龙江县| 新乐市| 深泽县| 辽宁省| 奉新县| 革吉县| 阿勒泰市| 乐平市|