BUG 9.9.94 (get-url vs read-file)?

Started by newdep, November 17, 2008, 04:58:26 AM

Previous topic - Next topic

newdep

-> (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..
-- (define? (Cornflakes))

Lutz

#1
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.