Jump to content

Get all files from web directory


Davide9
 Share

Recommended Posts

  • Moderators

Davide9, based on your recent posts, and the startlingly similar lack of information in this post, let's hope you've taken the forum rules to heart. Please explain in detail what files you're trying to get, and from which site.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

I want to create an auto update software, but i need downloadallfolder() function..

I want get all images, sound, dlls included in my software, for update it.. 

$LastVersion = BinaryToString(InetRead("http://mysite.com/version.php"))
$Version = 1.0.0
 
If $LastVersion > $Version Then
downloadallfolder('http://mysite.com/updates')
MsgBox(0, 'Updated', 'All updates have been downloaded')
Run('myapp.exe')
Else
MsgBox(0,"No update found", 'this exe will be close')
Exit
 
EndIf
Edited by Davide9
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...