korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-vfs
/
korlibs.io.file
/
Path
Path
interface
Path
Inheritors
VfsNamed
VfsStat
Members
Members & Extensions
Properties
base
Name
Link copied to clipboard
val
Path
.
baseName
:
String
base
Name
Without
Compound
Extension
Link copied to clipboard
val
Path
.
baseNameWithoutCompoundExtension
:
String
base
Name
Without
Extension
Link copied to clipboard
val
Path
.
baseNameWithoutExtension
:
String
compound
Extension
Link copied to clipboard
val
Path
.
compoundExtension
:
String
compound
Extension
LC
Link copied to clipboard
val
Path
.
compoundExtensionLC
:
String
extension
Link copied to clipboard
val
Path
.
extension
:
String
extension
LC
Link copied to clipboard
val
Path
.
extensionLC
:
String
folder
Link copied to clipboard
val
Path
.
folder
:
String
folder
With
Slash
Link copied to clipboard
val
Path
.
folderWithSlash
:
String
full
Name
Link copied to clipboard
val
Path
.
fullName
:
String
full
Name
Without
Compound
Extension
Link copied to clipboard
val
Path
.
fullNameWithoutCompoundExtension
:
String
full
Name
Without
Extension
Link copied to clipboard
val
Path
.
fullNameWithoutExtension
:
String
full
Path
Normalized
Link copied to clipboard
val
Path
.
fullPathNormalized
:
String
full
Path
Without
Extension
Link copied to clipboard
val
Path
.
fullPathWithoutExtension
:
String
path
Info
Link copied to clipboard
abstract
val
pathInfo
:
PathInfo
Functions
base
Name
With
Compound
Extension
Link copied to clipboard
fun
Path
.
baseNameWithCompoundExtension
(
ext
:
String
)
:
String
base
Name
With
Extension
Link copied to clipboard
fun
Path
.
baseNameWithExtension
(
ext
:
String
)
:
String
full
Path
With
Extension
Link copied to clipboard
fun
Path
.
fullPathWithExtension
(
ext
:
String
)
:
String
get
Path
Components
Link copied to clipboard
fun
Path
.
getPathComponents
(
)
:
List
<
String
>
get
Path
Full
Components
Link copied to clipboard
fun
Path
.
getPathFullComponents
(
)
:
List
<
String
>