[squeak-dev] FileDirectory fails

K K Subbu kksubbu.ml at gmail.com
Sat Jun 13 18:01:19 UTC 2020


On 13/06/20 8:36 pm, Levente Uzonyi wrote:
> Why not use FileDirectory default / '.' instead of FileDirectory on: 
> '.'? The former does what you want, the latter does what's specified by 
> the tests. After a quick glimpse on #on:'s implementation, my impression 
> is that it expects an absolute path.

But a path like ./foo/bar is a complete path. The '.' is just a short cut.

A name like foo/bar is incomplete and needs a list of potential 
directories (e.g. {vmPath . imagePath} which the path may be found.

Regards .. Subbu


More information about the Squeak-dev mailing list