Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
zip
/
com.michaelflisar.toolbox.zip.interfaces
/
IZipContent
/
Folder
Folder
interface
Folder
<
F
:
IZipContent.File
<
F
>
>
:
IZipContent
<
F
>
Inheritors
Folder
Members
Properties
exclude
Link copied to clipboard
abstract
val
exclude
:
(
relativePath
:
String
)
->
Boolean
zip
Path
Link copied to clipboard
abstract
val
zipPath
:
String
Functions
get
Sub
File
Link copied to clipboard
abstract
fun
getSubFile
(
relativePath
:
String
)
:
F
?
list
Files
Link copied to clipboard
abstract
fun
listFiles
(
)
:
List
<
F
>