ok im looking for a function similar to readdir or glob in php
but the catch is it must be able to find them on a remote server the PSP savedata folder
is this possible?
ok in know it cant be done with a simple function
but i do know its possible
are you able to load webpages from the ps3 HD like you could on the psp i.e.(file://)
if i dont get any help it means the ps3 version wont be able to be done, and only HB users will be able to use the tool
i was thinking about using javascript to get the dir being on the ps3/psp (file://) and have an iframe leading to the (http://) the local server which will then beable to use the javascript file in (file://) and use send it to the php file
what do you think ?