<div dir="ltr">Hi All,<div><br></div><div>    if one launches an image via a path that includes .., e.g. you're in a directory foo, a sibling of image, and you launch via squeak ../image/myimage.image, then when you open the FileList the current directory won't be selected because the image path is ~me/foo/../image and the FileList includes ~me/image but this doesn't match the image path/current directory, and so isn't selected.</div><div><br></div><div>FileUrl includes the code for canonicalizing paths, e.g.</div><div><div><br></div><div>(Url absoluteFromFileNameOrUrlString: '../Squeak5.1/foo') pathForFile '/Users/eliot/Squeak/Squeak5.1/foo'</div><div><br></div><div>Anyone see bad consequences if the initialization of the current directory in the FileList were to use the above method?  i.e. does this work on Windows with drive letters and/or drive names?</div><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>