How do I define the pathname to a file in WIndows 10

Brian K. White brian at aljex.com
Tue Dec 8 09:35:24 PST 2015


> 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


More information about the Filepro-list mailing list