Click or drag to resize
SbFileHelperSetCurrentDirectory Method

Sets the current working directory.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static int SetCurrentDirectory(
	string directory
)

Parameters

directory
Type: SystemString

Return Value

Type: Int32
Remarks

Returns 0 if successful, else one of the POSIX "chdir" error codes.

See Also