suggestion, would be nice to haveAnstractPath>>asPath^ selfOn Jan 13, 2014, at 11:07 PM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:Hi guys,nothing terrible, just some comments on paths and file referencesI found today myself doing in a method:^ (AbsolutePath withAll: anAbsolutePath path segments, aRelativePathFilename segments) asFileReference exists.To put a relative path on top of an absolute path because lack of a better optionBut shouldn't this be doable?absolutePath / relativePath / aFilenameWe're half an inch of that syntax sugarI saw that / expects only strings, but we can take advantage of file references, wouldn't make more sense to expect both strings or file references?and then there is this'' asFileReference = '/' asFileReference. true�doesn't feel rightthoughts?