AVEVA OMI Software Developer Kit



full path of the item
GetNameFromPath Method
Name of the item from the full path.
Syntax
'Declaration
 
Public Shared Function GetNameFromPath( _
   ByVal itemFullPath As String _
) As String
'Usage
 
Dim itemFullPath As String
Dim value As String
 
value = PathUtil.GetNameFromPath(itemFullPath)
public static string GetNameFromPath( 
   string itemFullPath
)
public:
static String^ GetNameFromPath( 
   String^ itemFullPath
) 

Parameters

itemFullPath
full path of the item

Return Value

item name
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also