17 Oct
2003
17 Oct
'03
4:32 p.m.
[ Dennis Allison]
Tom, I don't think the backslashes need to be escaped here.
Really? I've never had occasion to try it ... so I just did. Here is the Python script - str = 'c:\this\is\a\test' return str When called via dtml-var, each character after a backslash was missing or otherwised changed. I had to double the backslashes to get the string returned correctly. Cheers, Tom P