On 10/18/06, Jeffrey E Care <[EMAIL PROTECTED]> wrote:
FWIW I'm -1 on this change. What happens when the contents of the directory changes? With your proposed patch new files will not be picked up & deleted files will not be removed. Might I suggest using pathconvert instead? That way you can construct the path once, convert it to a property & then use the property in your tests.
Thanks. That solves my problem.