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

[REBOL] Re: [Fwd: Re: request-file/save/file in 1.2.47]

From: antonr:lexicon at: 6-Sep-2005 2:09

I looked into it a little more. It looks to me like it was a problem of the native LOCAL-REQUEST-FILE. Being a native!, we cannot access its code. Using this: local-request-file reduce ["" "" %/d/anton/ [%newfile] [] [] true true] I found that the first version in which the filename of the non-existant file appears in the native requester is View beta 1.2.57.3.1c. But it looks like you found the SDK 1.3 beta. That should work. Anton.