SbFileHelperSetCurrentDirectory Method |
Sets the current working directory.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static int SetCurrentDirectory(
string directory
)
Public Shared Function SetCurrentDirectory (
directory As String
) As Integer
public:
static int SetCurrentDirectory(
String^ directory
)
static member SetCurrentDirectory :
directory : string -> int
Parameters
- directory
- Type: SystemString
Return Value
Type:
Int32Remarks Returns 0 if successful, else one of the POSIX "chdir" error codes.
See Also