Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re(2): CPAN for REBOL - read-thru

From: arolls::bigpond::net::au at: 5-Mar-2001 16:04

Jeff,
> ;>> source read-thru > ; read-thru: func [ > ; ... > ; path: rejoin [system/options/home %public/ path/3 "/"]
The above line makes the same path for all url's with the same domain. For example, given a url: http://some.domain.com/photography/contents/index.html the generated path is: .../public/some.domain.com/ which ignores the directory structure photography/contents/ The test-panel makes longer paths which contain the directory structure too. I think this should be changed to include the directory structure, since a file http://some.domain.com/index.html would save over http://some.domain.com/photography/index.html for example. Regards, Anton.