Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 'To add files into list:
  2.  
  3. Dim Downloadfiles as New List(Of String)
  4.  
  5. 'I have a sub to add files:
  6.  
  7. For Each i In Result("example").Children()
  8. Downloadfiles.Add(i.ToObject(Of Main.Library).example)
  9. Next
  10.  
  11. 'But how to check if any file is missing from list? Thanks, ProGamer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement