hi i know this is old thread but i have a question about the path of the server.

Private Const PathShared As String = "C:\"

what if i want to change it to temp folder?
i tried
Private Const PathShared As String = Environ("tmp") & "\server" but it gives me an error..

help please?