Im working on a program and I get this "Value of type '1-dimensional array of String' cannot be converted to 'String'."
heres the code that gets this error:
Label4.Text = System.IO.Directory.GetDirectories(Backup)
And heres the string
Dim Backup As String
Backup = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\.MineRbu"