| DSSAllowChangeDir Property |
[This is preliminary documentation and is subject to change.]
If disabled, the engine will not change the active working directory during execution. E.g. a "compile"
command will not "chdir" to the file path.
If you have issues with long paths, enabling this might help in some scenarios.
Defaults to True (allow changes, backwards compatible) in the 0.10.x versions of DSS C-API.
This might change to False in future versions.
This can also be set through the environment variable DSS_CAPI_ALLOW_CHANGE_DIR. Set it to 0 to
disallow changing the active working directory.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool AllowChangeDir { get; set; }
Public Property AllowChangeDir As Boolean
Get
Set
public:
property bool AllowChangeDir {
bool get ();
void set (bool value);
}
member AllowChangeDir : bool with get, set
function get_AllowChangeDir();
function set_AllowChangeDir(value);
Property Value
Type:
BooleanSee Also