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: 10.12.3.0 (10.12.3.0)
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