﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2731	classDirectory() does not conform to uses in commercial libraries	Henrik Tidefelt	somebody	"The example in #1184 uses `classDirectory()` in the following way that is also seen in commercial libraries:
{{{
classDirectory() + ""..""
}}}
In other words, it is assumed that the resulting string has a trailing directory separator.

Some commercial libraries also use `classDirectory()` under the assumption that the resulting string is an absolute directory name.

Currently, `classDirectory()` conforms to neither of these assumptions.

If this non-standard feature is provided to support commercial libraries, and unless there are examples out there that rely on relative directory names or the absence of the trailing separator, these incompatibilities should be fixed.

Please comment with any examples out there that rely on the current behavior.
"	defect	closed	high	1.9.1	Frontend	trunk	fixed		Martin Sjölund
