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: 2024.1.1.0 (2024.1.1)
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