Click or drag to resize
SbFileHelperGetBaseName Method

Returns the filename 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 GetBaseName(
	string fullFilePath
)

Parameters

fullFilePath
Type: SystemString

The full path string

Return Value

Type: String

The extracted filename

Remarks

E.g If the full path is "/tmp/a.tmp", the function will return "a.tmp"

See Also