2005-06-17, 01:04 AM
Will0r Wrote:I'm using delete recordings and it works fine.I think (hope) that this is just a XML escaping issue -- Try using & instead:
but if there is a directory with a & in its name (f.e. "Quarks & Co.") i get a error message that the name is not valid.
Code:
<directory path="C:\YOURDIR\Quarks & Co." min_count="0" max_count="3" />
--david