Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
ParseConfigHost
Parse
Config
Host
sealed
external
interface
ParseConfigHost
:
ModuleResolutionHost
(
source
)
Inheritors
ParseConfigFileHost
Members
Properties
directory
Exists
Link copied to clipboard
abstract
val
directoryExists
:
(
directoryName
:
String
)
->
Boolean
?
get
Current
Directory
Link copied to clipboard
abstract
val
getCurrentDirectory
:
(
)
->
String
?
get
Directories
Link copied to clipboard
abstract
val
getDirectories
:
(
path
:
String
)
->
<Error class: unknown class>
<
String
>
?
realpath
Link copied to clipboard
abstract
val
realpath
:
(
path
:
String
)
->
String
?
Resolve a symbolic link.
trace
Link copied to clipboard
abstract
override
val
trace
:
(
s
:
String
)
->
Unit
?
use
Case
Sensitive
File
Names
Link copied to clipboard
abstract
override
var
useCaseSensitiveFileNames
:
Boolean
Functions
file
Exists
Link copied to clipboard
abstract
override
fun
fileExists
(
fileName
:
String
)
:
Boolean
Gets a value indicating whether the specified path exists and is a file.
read
Directory
Link copied to clipboard
abstract
fun
readDirectory
(
rootDir
:
String
,
extensions
:
<Error class: unknown class>
<
String
>
,
excludes
:
<Error class: unknown class>
<
String
>
?
,
includes
:
<Error class: unknown class>
<
String
>
,
depth
:
Double
=
definedExternally
)
:
<Error class: unknown class>
<
String
>
read
File
Link copied to clipboard
abstract
override
fun
readFile
(
fileName
:
String
)
:
String
?