Click or drag to resize

PathSplitter Class

Splits a file path into its constituent parts, including drive or server, the directory parts, file name, and extension. The extension is always the last element (at index -1), even if empty, and the file name is always the second to last element (at index -2).
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NamePropertyExtractionNameSplitterBase
    Altaxo.Serialization.NamePropertyExtractionPathSplitter

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class PathSplitter : NameSplitterBase, 
	INameSplitter, IPropertyExtractionTreeNode, IEquatable<PathSplitter>

The PathSplitter type exposes the following members.

Constructors
 NameDescription
Public methodPathSplitterInitializes a new instance of the PathSplitter class
Top
Properties
 NameDescription
Public propertyChildren Gets a list of child nodes, where each tuple contains the index of the name part and the corresponding child node.
(Inherited from NameSplitterBase)
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSplit Splits a name into its parts.
Public methodToString
(Overrides NameSplitterBase.ToString)
Top
See Also