IPCSocket.Path Property

Syntax

Path as String


Unix style path to a directory that you have write access to, followed by a the name for your socket.
The name and path are completely arbitrary, but typically (and for maximum compatibility) you should use /tmp/myAppName or /var/tmp/myAppName.