Skip to main content

utility:server path

Version: 0.0.0

Description

Returns the platform-specific path to a folder in the Dpf server

Inputs

InputNameExpected type(s)Description
Pin 0subpathint32Subpath of the Dpf server. Supported values: 0 (default): root of the server, 1: "dpf/bin/platform", 2: "aisol/bin(dll)/platform", 3: "dpf/plugins", 4: "dpf/workflows".

Outputs

OutputNameExpected type(s)Description
Pin 0pathstringPath to the requested folder in the Dpf server

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: server_path

Full name: utility.server_path

Internal name: server_path

License: None

Changelog

  • Version 0.0.0: Initial release.