Hi
I am working on a project and am stuck trying to create the following.
I have created a variable called UserName, which gets its information from the registry - this is working OK. However, I wish to use that variable to create a folder:-
Folder.Create("D:\\MyDocs\\UserName\\My Documents") where UserName is replaced by the text within it.
All syntax variations I have tried fail to reproduce correctly. Has anyone any ideas please?
Thanks

