/
RAS_GetConnectionPath
RAS_GetConnectionPath
Description
Returns the path to an existing RAS connection
Syntax
RAS_GetConnectionPath(sConnectionName) As Boolean
Parameters
sConnectionName (String)
The friendly name for the path you want to get
Return value
Result will be stored in gsValue.
Example
VBScript
If bStatus Then bStatus = RAS_GetConnectionPath("ACME VPN")
Related functions