Well... if he is creating the folder structure and can guarantee that the UserID NEVER changes, then fine but I often see UserIDs change. I suppose if the person renaming users is the same person naming the folders then they could keep them in sync but if not, problems are inevitable.

If the folder is setup as a one-time thing, the path could be written only once to the HKCU part of the registry and not every time the user logs on. That way a name change won't change the path since HKCU is mapped by SID.

Alternately, maybe a relative path pointing to the user's home folder depending on if it is immune to name changes, or use the SID for the folder name.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.