PrintSettingLibrary.doesPathExist Method

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

Description

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

Syntax

"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.
returnValue = printSettingLibrary_var.doesPathExist(url)
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.

#include <Cam/PrintSetting/PrintSettingLibrary.h>

returnValue = printSettingLibrary_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