this part is closely related to command-line arguments handling..

on windows things, which expected to work, like:

vm image.image <pathToScript>.st

fails to find the script, because it messing up with back/forward
slashes in path
and at the end it transforms an input into escaped slashes, which is
of course cannot be found in file system...

On 27 March 2012 17:17, Marcus Denker <[email protected]> wrote:
>
> On Mar 27, 2012, at 4:05 PM, Igor Stasenko wrote:
>
>> Try:
>>
>> (FileDirectory default / 'foo') asUrl retrieveContents
>
>
> Yes, we need to really do a pass over the Url... there is Url (from old 
> Squeak).
> The there is URI, a package from Impara that we wanted to replace Url in 
> Squeak 3.9
> but development stopped when Impara could not contribute to Squeak anymore 
> (due to politics...).
>
> Then there is ZnUrl...
>
> Definitly needs cleanup. We need one model for Url that works.
>
>        Marcus
>
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>



-- 
Best regards,
Igor Stasenko.

Reply via email to