Hello.
Correct context macro would be {%CurrentUser.UserName%}. However, it will not be resolved in Path expression, therefore, you cannot use it for this purpose.
Instead, I would recommend using custom macro, where you can compose any path dynamically in code-behind, including current user's name. You can find more info about custom macros
here.
Best Regards,
Radek Macalik