URL.isURLValid Property
Parent Object: URLDefined in namespace "adsk::core" and the header file is <Core/Application/URL.h>
Description
Check whether the URL is valid. Ensures that the URL is formatted with a protocol followed by a path which can be empty. The check is independent of the existence of the resource the URL may point to.
Syntax
"uRL_var" is a variable referencing a URL object.
|