| Could someone commit the following change? + SequenceableCollection { loadPath { ^this.collect({ arg obj; obj.loadPath }) } Change to: + SequenceableCollection { loadPath { |warnIfNotFound = true| ^this.collect({ arg obj; obj.loadPath(warnIfNotFound) }) } loadDocument should have the same change too, I think. Thanks. hjh : H. James Harkins : jamshark70@xxxxxxxxxxxxxxxxx : http://www.dewdrop-world.net .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman |