utility:server path
Version: 0.0.0
Description
Returns the platform-specific path to a folder in the Dpf server
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | subpath | int32 | Subpath 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
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | path | string | Path to the requested folder in the Dpf server |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.