I would like my command line program to take file parameters in the form:
-out:%MyDocuments%\dummy.xps
and having %MyDocuments% automatically replaced with:
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
I know it's an easy to write function, but I guess it should be already done somewhere, so I don't want to re-invent the wheel.