Unable to retrieve Environment Variable detail stored in asset

Hi - I have stored an asset in Orchestrator as below

\G**\Home2$+ Environment.UserName +\Profile\Desktop\MyApplication

However when I retrieved the asset i could still see it displaying as Env.username instead of actual user name there…
How do i get it replaced with the user name?

Thanks in Advance.

Hi
store this as one asset

and this as another asset

then get the through GET ASSET activity and mention like this
assetvar1.ToString+Environment.UserName+assetvar2.ToString

Cheers @SudhakarAs92