G
Guest
I keep getting this com error Unknown error (0x80005000) when I get to the for statement in this block of code. Anyone know how to fix it. Thanks
Dim loDirectory As DirectoryEntry
Dim loChild As DirectoryEntry
loDirectory = New DirectoryEntry("D:\Unread Tracks"
For Each loChild In loDirectory.Children
Next loChild
Dim loDirectory As DirectoryEntry
Dim loChild As DirectoryEntry
loDirectory = New DirectoryEntry("D:\Unread Tracks"
For Each loChild In loDirectory.Children
Next loChild