Jump to content

Recommended Posts

Posted (edited)

Can i get all files from a web directory?

Whit inetget() i can get a file, but i want to get all files from the directory..

Edited by Davide9
  • Moderators
Posted

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!

Posted (edited)

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

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
  • Recently Browsing   0 members

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