Click or drag to resize
SbFileHelperGetDirName Method

Returns the directory path part of a full path string.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static string GetDirName(
	string fullFilePath
)

Parameters

fullFilePath
Type: SystemString

The full path string

Return Value

Type: String

The directory path string

Remarks

E.g. If the full path is "/tmp/a.tmp", returns "/tmp/"

See Also