昱 昱昱 Unregistered / Unconfirmed GUEST, unregistred user! 2003-04-18 #1 请问DirectoryListBox1如何显示远程文件目录,有没有别的控件,万分感谢[red][/red][?]
昱 昱昱 Unregistered / Unconfirmed GUEST, unregistred user! 2003-04-19 #3 请问DirectoryListBox1如何显示远程文件目录,有没有别的控件,万分感谢 本人做个下载的程序,想获得远程目录,并可以改变,不直怎样做
小 小笨苯 Unregistered / Unconfirmed GUEST, unregistred user! 2003-04-19 #4 var SelectPath: string; begin if SelectDirectory('请您选择路径:"', '', SelectPath) then begin if SelectPath[Length(SelectPath)] <> '/' then SelectPath := SelectPath + '/'; edtPath.Text := SelectPath; end; end;
var SelectPath: string; begin if SelectDirectory('请您选择路径:"', '', SelectPath) then begin if SelectPath[Length(SelectPath)] <> '/' then SelectPath := SelectPath + '/'; edtPath.Text := SelectPath; end; end;