Comment 1 for bug 574408

Revision history for this message
Charlie Poole (charlie.poole) wrote :

This odd behavior is caused by the fact that GetTempPath() returns a string with a trailing \
while the list of directories to which the comparison is made do not have such a slash.

This will be fixed but DirectoryAssert is likely to be deprecated in favor of the PathConstraints
in the next release.