Etiketten: retrieve
Read web content to a file
By jasperdg on Mar 25, 2010 | In Computers, Programmeren
A function to read a webpage's content into a (cached) file.
UrlToFile.prg
LPARAMETERS tcRemote
* URL reader from Fox Wiki site: http://fox.wikis.com/wc.dll?Wiki~ReadUrl~VFP
* Accept URL
* Return cached filename
* Note: file gets deleted after fi… more »
