newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on November 17, 2008, 04:58:26 AM

Title: BUG 9.9.94 (get-url vs read-file)?
Post by: newdep on November 17, 2008, 04:58:26 AM
-> (read-file "file:///directory/newlisp-9.9.94/doc/newlisp_manual.html")

[text].....

.......[/text]





-> (get-url "file:///directory/newlisp-9.9.94/doc/newlisp_manual.html" )

"ERR: bad formed URL"





Is this a bug or behaviour.. I thought get-url would do that too..
Title:
Post by: Lutz on November 17, 2008, 05:46:31 AM
Its in the manual for 'get-url', but was never implemented, and will probably not be implemented anymore for 10.0, but is on my dodo list.



But 'load', 'read-file', 'write-file' and 'append-file' and the newLISP command line can do both http: and file: URLs.