Guest User

Untitled

a guest
Feb 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.27 KB | None | 0 0
  1. Dim directories1 = From folder In _
  2.                            Directory.EnumerateDirectories(Zielordner)
  3.         For Each folder In directories1
  4.             RichTextBox1.Text = RichTextBox1.Text & folder.Substring(folder.LastIndexOf("\") + 1) & vbNewLine
  5.         Next
Add Comment
Please, Sign In to add comment