Check if a string is a valid UNIX domain socket path
Declared in <netbase.h>
bool
IsUnixSocketPath(std::string const& name);
Whether the string has proper format, length, and points to an existing file path
| Name | Description |
|---|---|
| name | The string provided by the user representing a local path |