Click or drag to resize
SbFileHelperCreateDirectory Method

Create the specified 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 CreateDirectory(
	string directory
)

Parameters

directory
Type: SystemString

The path of the directory to create.

Return Value

Type: Int32

-1 if creation failed.

Remarks

See Also