GetParentPath Method
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Shared Function GetParentPath( _
ByVal itemFullPath As String _
) As String
public static string GetParentPath(
string itemFullPath
)
public:
static String^ GetParentPath(
String^ itemFullPath
)
Parameters
- itemFullPath