亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

java中獲取文件或文件夾的路徑方

發布時間:2020-07-27 13:13:04 來源:網絡 閱讀:2259 作者:知止內明 欄目:編程語言

如:
java中獲取文件或文件夾的路徑方

 String a = "57java.txt";
        File f = new File(this.getClass().getResource("").getPath() + a);
        if (!f.exists()) {
            System.out.println("不存在");
        } else {
            Log.info(f+"");
        }
        System.out.println("獲取當前類的所在工程路徑; :"+f);

java中獲取文件或文件夾的路徑方

獲取當前類的所在工程路徑;
如果不加“/”
File f = new File(this.getClass().getResource("").getPath());
System.out.println(f);
結果:C:\Documents%20and%20Settings\Administrator\workspace\projectName\bin\com\test

獲取當前類的絕對路徑;
第二種:File directory = new File("");//參數為空
String courseFile = directory.getCanonicalPath() ;
System.out.println(courseFile);
結果:C:\Documents and Settings\Administrator\workspace\projectName

獲取當前類的所在工程路徑;
第三種:URL xmlpath = this.getClass().getClassLoader().getResource("selected.txt");
System.out.println(xmlpath);
結果:file:/C:/Documents%20and%20Settings/Administrator/workspace/projectName/bin/selected.txt

獲取當前工程src目錄下selected.txt文件的路徑
第四種:System.out.println(System.getProperty("user.dir"));
結果:C:\Documents and Settings\Administrator\workspace\projectName

獲取當前工程路徑第五種:System.out.println( System.getProperty("java.class.path"));
結果:C:\Documents and Settings\Administrator\workspace\projectName\bin
獲取當前工程路徑
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平泉县| 临漳县| 阿拉善右旗| 黑河市| 肥城市| 宁明县| 普格县| 惠东县| 依安县| 伊通| 仪陇县| 社旗县| 武功县| 罗山县| 通辽市| 玉林市| 乌海市| 梓潼县| 河津市| 商水县| 巫山县| 伊宁市| 神农架林区| 柯坪县| 无为县| 华安县| 枝江市| 江永县| 嘉鱼县| 荆门市| 青川县| 平武县| 平邑县| 南投县| 宜宾县| 义乌市| 延寿县| 定结县| 寿宁县| 水城县| 延庆县|