PathStringExt extension
- on
Properties
- npath → String
-
Available on String, provided by the PathStringExt extension
Normalized path. System depends separators replaced to npathSeparator.no setter - pathAfterHead → String
-
Available on String, provided by the PathStringExt extension
A part without pathHead. The string will be normalized before processing. The result path will be normalized.no setter - pathBeforeTail → String
-
Available on String, provided by the PathStringExt extension
A part without pathTail. The string will be normalized before processing. The result path will be normalized.no setter - pathHead → String
-
Available on String, provided by the PathStringExt extension
A first part of path before first npathSeparator. The string will be normalized before processing.no setter - pathTail → String
-
Available on String, provided by the PathStringExt extension
A part after last npathSeparator. The string will be normalized before processing.no setter -
pathToList
→ List<
String> -
Available on String, provided by the PathStringExt extension
no setter
Methods
-
pathWithoutTail(
String tail) → String -
Available on String, provided by the PathStringExt extension
Removetail
thentail
presents. See also pathTail, pathBeforeTail.