core
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
dev.fishies.coho
/
Source
Source
class
Source
(
val
sourcePath
:
Path
)
:
Iterable
<
Path
>
Members
Constructors
Source
Link copied to clipboard
constructor
(
path
:
String
,
relativeTo
:
Path
)
constructor
(
sourcePath
:
Path
)
Properties
source
Path
Link copied to clipboard
val
sourcePath
:
Path
Functions
cd
Link copied to clipboard
fun
cd
(
dir
:
String
)
:
Source
dirs
Link copied to clipboard
fun
dirs
(
pattern
:
String
?
=
null
)
:
List
<
Path
>
entries
Link copied to clipboard
fun
entries
(
pattern
:
String
?
=
null
)
:
List
<
Path
>
files
Link copied to clipboard
fun
files
(
pattern
:
String
?
=
null
)
:
List
<
Path
>
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Path
>
path
Link copied to clipboard
fun
path
(
filename
:
String
)
:
Path
text
Link copied to clipboard
fun
text
(
filename
:
String
)
:
<Error class: unknown class>