Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. void __fastcall TForm18::Button2Click(TObject *Sender)
  2. {
  3.     String s = DirectoryListBox1->GetItemPath(DirectoryListBox1->ItemIndex);
  4.     Edit1->Text = s;
  5.     RemoveDir(s);
  6.     DirectoryListBox1->Update();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement