ToolLibraries.doesPathExist Method

Parent Object: ToolLibraries
Defined in namespace "adsk::cam" and the header file is <Cam/Tools/ToolLibraries.h>

Description

Checks if the given URL points to an existing folder or asset in the library.

Syntax

"toolLibraries_var" is a variable referencing a ToolLibraries object.
returnValue = toolLibraries_var.doesPathExist(url)
"toolLibraries_var" is a variable referencing a ToolLibraries object.

#include <Cam/Tools/ToolLibraries.h>

returnValue = toolLibraries_var->doesPathExist(url);

Return Value

Type Description
boolean Returns true if the URL points to an existing folder or asset, false otherwise.

Parameters

Name Type Description
url URL The URL to be checked.

Version

Introduced in version September 2025