Return the splited file name in its path parts by splitting with SeparatorChar. Returning an array of Strings.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public string[] SplitPath()
Visual Basic
Public Function SplitPath As String()
Visual C++
public:
array<String^>^ SplitPath()
F#
member SplitPath : unit -> string[] 

Return Value

Type: array<String>[]()[][]
path parts from topmost parent directory to file itself

Remarks

To get the path starting from root directory you should make the object absolut first.

See Also