toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
VfsNamed
Vfs
Named
open
class
VfsNamed
(
val
pathInfo
:
PathInfo
)
:
Path
Inheritors
VfsFile
Members
Members & Extensions
Constructors
Vfs
Named
Link copied to clipboard
constructor
(
pathInfo
:
PathInfo
)
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
mime
Type
By
Extension
Link copied to clipboard
val
Path
.
mimeTypeByExtension
:
MimeType
path
Info
Link copied to clipboard
open
override
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
>