W
WJCPvanBeek
Guest
This works just fine, except when Directory:GetFiles returns a valid, yet empty string array. In that case you will get an error assigning this to the MyFiles extent: "Uninitialized array used as source of assignment. (14906)". One way out of this is to check if Directory:GetDirectories(...):Length = 0.
Continue reading...
Continue reading...