全國最多中醫師線上諮詢網站-台灣中醫網
發文 回覆 瀏覽次數:1195
推到 Plurk!
推到 Facebook!

Java file problem???

答題得分者是:RaynorPao
Zonda
一般會員


發表:23
回覆:40
積分:12
註冊:2003-10-30

發送簡訊給我
#1 引用回覆 回覆 發表時間:2003-12-21 01:55:27 IP:202.175.xxx.xxx 未訂閱
Is there any function in J2SDK1.4.1 that can delete file??? thanks
RaynorPao
版主


發表:139
回覆:3622
積分:7025
註冊:2002-08-12

發送簡訊給我
#2 引用回覆 回覆 發表時間:2003-12-21 04:21:07 IP:61.221.xxx.xxx 未訂閱
引言: Is there any function in J2SDK1.4.1 that can delete file??? thanks
Hello Zonda: Have a look here src="http://delphi.ktop.com.tw/loadfile.php?TOPICID=10003806&CC=223734"> -- Enjoy Researching & Developing --
------
-- 若您已經得到滿意的答覆,請適時結案!! --
-- 欲知前世因,今生受者是;欲知來世果,今生做者是 --
-- 一切有為法,如夢幻泡影,如露亦如電,應作如是觀 --
Zonda
一般會員


發表:23
回覆:40
積分:12
註冊:2003-10-30

發送簡訊給我
#3 引用回覆 回覆 發表時間:2003-12-21 14:19:26 IP:202.175.xxx.xxx 未訂閱
萬分感謝!!!
Zonda
一般會員


發表:23
回覆:40
積分:12
註冊:2003-10-30

發送簡訊給我
#4 引用回覆 回覆 發表時間:2003-12-26 00:00:02 IP:202.175.xxx.xxx 未訂閱
but still i cannot delete the files, i don't know why?? here is my source code!!! public boolean deleteFiles(File f) { String fpath = "G:/program f iles/java/j2sdk1.4.1/bin/SendImgUDP/Logo.png"; f = new File(fpath); return(f.delete()); }
pipp
一般會員


發表:2
回覆:21
積分:9
註冊:2003-10-22

發送簡訊給我
#5 引用回覆 回覆 發表時間:2003-12-26 10:43:55 IP:61.220.xxx.xxx 未訂閱
String fpath = "G:/program f iles/java/j2sdk1.4.1/bin/SendImgUDP/Logo.png"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 你是不是多了一個空格阿(program f) ,file 他有一個 f.exists() 去檢查存在
Zonda
一般會員


發表:23
回覆:40
積分:12
註冊:2003-10-30

發送簡訊給我
#6 引用回覆 回覆 發表時間:2003-12-26 14:39:24 IP:202.175.xxx.xxx 未訂閱
still i cannot delete the files after i follow your instruction??? public boolean DeleteFiles(File f) { String file2path ="G:/Program Files/Java/J2SDK1.4.1/bin/SendImgUDP/Logo.png"; f = new File(file2path); System.out.println("File deleting"); if (f.exists()) return(f.delete()); return(false); }
系統時間:2024-05-09 12:42:43
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!