PathInfo

value class PathInfo(val fullPath: String)

Author

Colton Daily

Constructors

Link copied to clipboard
fun PathInfo(fullPath: String)

Properties

Link copied to clipboard

Extensions

Link copied to clipboard

/path\to/file.ext -> file.ext

Link copied to clipboard

/path\to/file.1.ext -> file.newext

Link copied to clipboard

/path\to/file.1.ext -> file.1.newext

Link copied to clipboard

/path\to/file.1.ext -> file

Link copied to clipboard

/path\to/file.1.ext -> file.1

Link copied to clipboard
Link copied to clipboard

/path\to/file.1.EXT -> 1.EXT

Link copied to clipboard

/path\to/file.1.EXT -> 1.ext

Link copied to clipboard

/path\to/file.1.EXT -> EXT

Link copied to clipboard

/path\to/file.1.EXT -> ext

Link copied to clipboard

/path\to/file.ext -> /path\to

Link copied to clipboard

/path\to/file.ext -> /path/to/

Link copied to clipboard

/path\to/file.1.ext -> /path\to/file.1.ext

Link copied to clipboard

/path\to/file.1.ext -> file

Link copied to clipboard

/path\to/file.1.ext -> /path\to/file.1

Link copied to clipboard

/path\to/file.ext -> /path/to/file.ext

Link copied to clipboard

/path\to/file.ext -> /path\to/file.newext

Link copied to clipboard

/path\to/file.ext -> /path\to/file

Link copied to clipboard

/path\to/file.1.ext -> listOf("", "path", "to", "file.1.ext")

Link copied to clipboard

/path\to/file.1.ext -> listOf("/path", "/path/to", "/path/to/file.1.ext")

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

/path\to/file.1.jpg -> MimeType("image/jpeg", listOf("jpg", "jpeg"))

Link copied to clipboard
Link copied to clipboard

/path\to/file.ext -> /path\to

Link copied to clipboard
Link copied to clipboard