> or add quotes around the whole string because of the space in My Documents:
>
> tf = "\""getenv("USERPROFILE"){x{"My Documents"{x{"foo.txt\""
Wups, missing a { between the first "\"" and getenv() :
tf = "\""{getenv("USERPROFILE"){x{"My Documents"{x{"foo.txt\""
--
bkw