PathStringExt extension

on

Properties

npath String
Normalized path. System depends separators replaced to npathSeparator.
no setter
pathAfterHead String
A part without pathHead. The string will be normalized before processing. The result path will be normalized.
no setter
pathBeforeTail String
A part without pathTail. The string will be normalized before processing. The result path will be normalized.
no setter
pathHead String
A first part of path before first npathSeparator. The string will be normalized before processing.
no setter
pathTail String
A part after last npathSeparator. The string will be normalized before processing.
no setter
pathToList List<String>
no setter

Methods

pathWithoutTail(String tail) String
Remove tail then tail presents. See also pathTail, pathBeforeTail.