toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.io
Package-level
declarations
Types
Functions
Types
Copy
Options
Link copied to clipboard
external
interface
CopyOptions
Move
Options
Link copied to clipboard
external
interface
MoveOptions
Functions
cp
Link copied to clipboard
suspend external
fun
cp
(
source
:
String
,
dest
:
String
,
options
:
CopyOptions
=
definedExternally
)
cp
Async
Link copied to clipboard
external
fun
cpAsync
(
source
:
String
,
dest
:
String
,
options
:
CopyOptions
=
definedExternally
)
:
Promise
<
Void
>
find
In
Path
Link copied to clipboard
suspend external
fun
findInPath
(
tool
:
String
)
:
ReadonlyArray
<
String
>
find
In
Path
Async
Link copied to clipboard
external
fun
findInPathAsync
(
tool
:
String
)
:
Promise
<
ReadonlyArray
<
String
>
>
mkdir
P
Link copied to clipboard
suspend external
fun
mkdirP
(
fsPath
:
String
)
mkdir
PAsync
Link copied to clipboard
external
fun
mkdirPAsync
(
fsPath
:
String
)
:
Promise
<
Void
>
mv
Link copied to clipboard
suspend external
fun
mv
(
source
:
String
,
dest
:
String
,
options
:
MoveOptions
=
definedExternally
)
mv
Async
Link copied to clipboard
external
fun
mvAsync
(
source
:
String
,
dest
:
String
,
options
:
MoveOptions
=
definedExternally
)
:
Promise
<
Void
>
rm
RF
Link copied to clipboard
suspend external
fun
rmRF
(
inputPath
:
String
)
rm
RFAsync
Link copied to clipboard
external
fun
rmRFAsync
(
inputPath
:
String
)
:
Promise
<
Void
>
which
Link copied to clipboard
suspend external
fun
which
(
tool
:
String
,
check
:
Boolean
=
definedExternally
)
:
String
which
Async
Link copied to clipboard
external
fun
whichAsync
(
tool
:
String
,
check
:
Boolean
=
definedExternally
)
:
Promise
<
String
>