← Back to carmenta.com
Carmenta Engine SDK Documentation
×

CustomSymbolContext.ConfigurationPath Property

Gets the directory the configuration file was loaded from.

Thread safety: This property is not thread-safe.

Syntax

C#
public System.String ConfigurationPath { get; }

Property Value

Type: System.String
The directory the configuration was loaded from.

Remarks

This property can be used to locate data files or other resources that are located relative to the configuration file from which the custom symbol was loaded.

If the custom symbol was not loaded from a configuration file, but created from application code, this property will return an empty string.

Warning

On Windows, the directory string may have a trailing slash or backslash after the directory name. If your custom object should run on multiple platforms, always check for a trailing slash or backslash.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept