OK hi again guys. Another problem here:
Nothing happens. Nothing. Not even an error comes up. The labels stay as their default text.
Code:
Dim infoReader As System.IO.DirectoryInfo
Label1.Text = Form1.ListBox3.SelectedItem
infoReader = My.Computer.FileSystem.GetDirectoryInfo(Form1.TextBox1.Text + "\" + Form1.ListBox3.SelectedItem)
filescount.Items.AddRange(infoReader.GetFiles)
Label2.Text = filescount.Items.Count & " files inside the folder."
Label3.Text = Label3.Text + infoReader.LastAccessTime
Label4.Text = Label4.Text + infoReader.CreationTime