|
-
Sep 11th, 2015, 02:24 AM
#1
Thread Starter
Addicted Member
REGex getting all file in a folder
Hi To all,
I got problem using regex on how to download all text file in one folder
im using this as my reference
Dim RegexObj As New Regex("<*""(?<path>[^""]*txt)"">(?<fileName>[^.txt]+$)</A>")
Dim MatchResults As Match = RegexObj.Match(htmlcontent)
Dim matchCount = RegexObj.Matches(htmlcontent).Count
Me.ProgressBar1.Maximum = matchCount
here is the list i want to get
here's the url of the items http://goo.gl/nL3dEk
callcards_prod.txt
cignal_pldt_meralco.txt
gaming_prod.txt
globe_eload_prod.txt
internet_prod.txt
other_prod.txt
satellite_prod.txt
smart_pldt_eload.txt
sun_eload_prod.txt
thank in advance
Last edited by acidsnake; Sep 11th, 2015 at 04:01 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|