I'm not sure I'm quite following you. Is this what you mean?:string dir = ...; // Such that... assert( dir.isRelativePath ); assert( dir.length < MAX_LENGTH-12 ); assert( dir.toAbsolutePath.length > MAX_LENGTH-12 ); // ??? This *currently* goes BOOM on Windows // ??? installations with MAX_LENGTH restriction active? rmdir(path); (Not on a Win box at the moment.)
Correct.
