Click or drag to resize
SoInputRemoveDirectoryW Method

Note: This API is now obsolete.

Obsolete method.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("Use the RemoveDirectory method instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void RemoveDirectoryW(
	string dirName
)

Parameters

dirName
Type: SystemString
Remarks

Removes named directory from the list.

This method is obsolete and should be replaced by the RemoveDirectory method.

See Also