如何編寫瀏覽文件的代碼
大小:31 人氣: 2010-09-24 需要積分:2
標簽:瀏覽文件(4667)
#include
#pragma hdrstop
#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *Form1;
TTreeNode* currnode;
int DirCount,FileCount,DriveCount;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void TForm1::TreeInit(String path, TTreeNode * mynode)
{
................................................
非常好我支持^.^
(0) 0%
不好我反對
(0) 0%
