From: Dan B. <dbr...@wo...> - 2001-10-26 12:24:22
|
A somewhat confused person masquerading as Dan Breslau wrote: > FWIW, if the package load.curl is in the same > directory as the file that imports it, you don't > need a location hint at all (relative paths also > work.) What I suspect was intended was: > FWIW, if the package load.curl is in the same > directory as the file that imports it, you don't > need a directory name in the location hint at all > (relative paths also work.) You do, of course, need to give the file name, unless it's a built-in CURL.xxx package. E.g., {import * from ORG.CURL-EMAIL.FOUNDATION, location="Foundation.curl"} -- Dan |