From WEST-WIND.com
You can also call the Shell API's COM interface to access all sorts of interesting Windows functionality:
o = CREATEOBJECT("Shell.Application"
pen("*** Fire up Windows Dialogs modally
o.SetTime()
o.FindFiles()
o.ShutDownWindows()
1.Where can I find all the list of shell application call name ?
e.g.0.setTime(), o.findfiles()
2.Can I use API call to copy file from web site to my hard disk ?
You can also call the Shell API's COM interface to access all sorts of interesting Windows functionality:
o = CREATEOBJECT("Shell.Application"
o.SetTime()
o.FindFiles()
o.ShutDownWindows()
1.Where can I find all the list of shell application call name ?
e.g.0.setTime(), o.findfiles()
2.Can I use API call to copy file from web site to my hard disk ?