Need some help

Posted by Glen on March 23, 2010, 7:34 p.m.

So I'm trying to make a system for my game updater that gets the names of all the files I have within a particular directory on my website. This list will be used to compare the files and resources that the player has on their computer already and will be used to determine whether the player is missing any game files. Is there a .DLL that anyone's familiar with that allows me to get file names from website directories? Not just local computer directories?

Comments

Juju 14 years, 8 months ago

Use FTP queries.

Cpsgames 14 years, 8 months ago

What Juju said would be perfect, but you could also write a php script that gets all the files for you, and then download that list using 39Dll, Netread, etc, and then parse it in game maker.