ShellListView之问题 |
尚未結案
|
skirt
一般會員 發表:4 回覆:1 積分:1 註冊:2003-06-05 發送簡訊給我 |
|
ljq_2002
一般會員 發表:27 回覆:12 積分:7 註冊:2003-01-02 發送簡訊給我 |
|
skirt
一般會員 發表:4 回覆:1 積分:1 註冊:2003-06-05 發送簡訊給我 |
|
scottlee
一般會員 發表:0 回覆:4 積分:0 註冊:2003-03-31 發送簡訊給我 |
|
kienwoon
一般會員 發表:3 回覆:4 積分:1 註冊:2004-11-25 發送簡訊給我 |
var i : integer
begin
//scan the current directory
for i := 0 to ShellListView1.Items.Count - 1 do
begin
//get the full path and file name
ShellListView1.Folders[i].PathName;
//get the file name
ShellListView1.Folders[i].DisplayName;
end;
end; if you want to get the selected file, can try:
ShellListView1.SelectedFolder.PathName;//Full Path and File Name
or
ShellListView1.SelectedFolder.DisplayName;//File Name
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |