AVEVA OMI Software Developer Kit



full path of the item
SplitPath Method
Splits the Path, excluding the empty strings (if any).
Syntax
'Declaration
 
Public Shared Function SplitPath( _
   ByVal itemFullPath As String _
) As String()
'Usage
 
Dim itemFullPath As String
Dim value() As String
 
value = PathUtil.SplitPath(itemFullPath)
public static string[] SplitPath( 
   string itemFullPath
)
public:
static array<String^>^ SplitPath( 
   String^ itemFullPath
) 

Parameters

itemFullPath
full path of the item

Return Value

array of items
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