Private Sub Command1_Click()
Dim I As Long, st_Dir As String
Dir1.Path = "C:\WINDOWS\"
File1.Path = Dir1.Path
For I = 0 To Dir1.ListCount - 1
If Len(Dir1.Path) = 3 Then
st_Dir = "[" & Right(Dir1.List(I), Len(Dir1.List(I)) - Len(Dir1.Path)) & "]"
Else
st_Dir = "[" & Right(Dir1.List(I), Len(Dir1.List(I)) - Len(Dir1.Path) - 1) & "]"
End If
List1.AddItem st_Dir
Next
For I = 0 To File1.ListCount - 1
List1.AddItem File1.List(I)
Next
End Sub
KDima писал(а):Можно "захватить" его себе на форму
Сейчас этот форум просматривают: AhrefsBot, Majestic-12 [Bot], Yandex-бот и гости: 104