Edward Loper wrote: > If one of the path segments contained a path-splitting character, > should it automatically get quoted? No, an exception should be raised if you try to construct a Path object containing such a name. No such object could exist in the file system, so there's no point in being able to name it. -- Greg