判別指定路徑檔案存不存在 |
尚未結案
|
metals753
一般會員 發表:7 回覆:3 積分:2 註冊:2005-05-23 發送簡訊給我 |
#include
|
taishyang
站務副站長 發表:377 回覆:5490 積分:4563 註冊:2002-10-08 發送簡訊給我 |
|
andychang1690
資深會員 發表:20 回覆:694 積分:442 註冊:2003-03-14 發送簡訊給我 |
metals753:
taishyang 版大所言
BCB有更方面的函式FileExists()來判斷檔案是否存在
引言: void __fastcall TForm1::Button1Click(TObject *Sender) { AnsiString xFile; int m=0,a=0; while(m<=30) { xFile="C:\\homework\\pp" IntToStr(m) ".dat"; if (FileExists(xFile)) { a=a 1; Label1->Caption="檔案存在" IntToStr(a); } } } 原: #include
------
Andy Chang |
metals753
一般會員 發表:7 回覆:3 積分:2 註冊:2005-05-23 發送簡訊給我 |
引言: metals753: taishyang 版大所言 BCB有更方面的函式FileExists()來判斷檔案是否存在引言: void __fastcall TForm1::Button1Click(TObject *Sender) { AnsiString xFile; int m=0,a=0; while(m<=30) { xFile="C:\\homework\\pp" IntToStr(m) ".dat"; if (FileExists(xFile)) { a=a 1; Label1->Caption="檔案存在" IntToStr(a); } } } 原: #include |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |