Etiketten: file
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 »
VFP: Make sure a procedure file has been opened
By jasperdg on Oct 3, 2008 | In Programmeren
Simple VFP solution to make sure a procedure file has been "loaded". more »
