toggle menu
filesystem
0.0.1
common
jvm
nonJvm
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
AtomicMoveNotSupportedException
Atomic
Move
Not
Supported
Exception
common
jvm
nonJvm
expect
class
AtomicMoveNotSupportedException
:
FileSystemException
actual
typealias
AtomicMoveNotSupportedException
=
<Error class: unknown class>
actual
class
AtomicMoveNotSupportedException
:
FileSystemException
Members
Members & Extensions
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
file
Link copied to clipboard
val
FileSystemException
.
file
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
other
File
Link copied to clipboard
val
FileSystemException
.
otherFile
:
String
?
reason
Link copied to clipboard
val
FileSystemException
.
reason
:
String
?
Functions
get
File
Link copied to clipboard
common
nonJvm
expect
open
fun
getFile
(
)
:
String
?
actual
open
fun
getFile
(
)
:
String
?
get
Other
File
Link copied to clipboard
common
nonJvm
expect
open
fun
getOtherFile
(
)
:
String
?
actual
open
fun
getOtherFile
(
)
:
String
?
get
Reason
Link copied to clipboard
common
nonJvm
expect
open
fun
getReason
(
)
:
String
?
actual
open
fun
getReason
(
)
:
String
?