marx95
New Member
hi, need a help....
suddenly, listfiles doesn't list, it only lists folders
I created a new project to test, and nothing either
Before it was normal, until something changed and stopped....
permissions???
Dim list As List = File.ListFiles(playerr.mp3Dir)
For i = 0 To list.Size - 1
mpList2.AddSingleLine(list.Get(i))
Next
suddenly, listfiles doesn't list, it only lists folders
I created a new project to test, and nothing either
Before it was normal, until something changed and stopped....
permissions???
Dim list As List = File.ListFiles(playerr.mp3Dir)
For i = 0 To list.Size - 1
mpList2.AddSingleLine(list.Get(i))
Next
Last edited: