TK.GetParentFolder Method

Gets parent of asset path
Public Shared Function GetParentFolder( _ 
ByVal assetPath As String
) As String
This language is not supported or no code example is available.
public static string GetParentFolder( 
string assetPath 
)
This language is not supported or no code example is available.

Parameters

assetPath
string

Assset path

Return Value

string

Parent folder name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition