Rachel
Toggle table of contents
3.6.0
android
androidNative
client
common
desktop
ios
js
linux
macos
wasmJs
web
windows
Target filter
android
androidNative
client
common
desktop
ios
js
linux
macos
wasmJs
web
windows
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.filesystem
/
love.yinlin.fs
Package-level
declarations
Types
Functions
Properties
Types
Driver
Info
Link copied to clipboard
windows
data
class
DriverInfo
(
val
name
:
File
,
val
totalSpace
:
Long
,
val
freeSpace
:
Long
)
驱动器操作
Estimate
Link copied to clipboard
web
interface
Estimate
:
JsAny
File
Link copied to clipboard
@
Serializable
(
with
=
File.FileSerializer::class
)
abstract
class
File
File
System
Directory
Handle
Link copied to clipboard
web
interface
FileSystemDirectoryHandle
:
FileSystemHandle
File
System
File
Handle
Link copied to clipboard
web
interface
FileSystemFileHandle
:
FileSystemHandle
File
System
Handle
Link copied to clipboard
web
interface
FileSystemHandle
:
JsAny
File
System
Sync
Access
Handle
Link copied to clipboard
web
interface
FileSystemSyncAccessHandle
:
JsAny
File
System
Writable
File
Stream
Link copied to clipboard
web
interface
FileSystemWritableFileStream
:
JsAny
Platform
File
System
Link copied to clipboard
android
androidNative
common
desktop
ios
linux
macos
web
windows
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
expect
object
PlatformFileSystem
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
actual
object
PlatformFileSystem
Standard
Path
Link copied to clipboard
windows
enum
StandardPath
:
Enum
<
StandardPath
>
标准目录
Storage
Manager
Link copied to clipboard
web
interface
StorageManager
:
JsAny
Properties
access
Time
Link copied to clipboard
windows
var
File
.
accessTime
:
LocalDateTime
?
文件访问时间
create
Time
Link copied to clipboard
windows
var
File
.
createTime
:
LocalDateTime
?
文件创建时间
is
Recycle
Bin
Empty
Link copied to clipboard
windows
val
isRecycleBinEmpty
:
Boolean
回收站是否为空
is
Recycle
Bin
Not
Empty
Link copied to clipboard
windows
val
isRecycleBinNotEmpty
:
Boolean
回收站是否非空
shortcut
Target
Link copied to clipboard
windows
val
File
.
shortcutTarget
:
File
?
取快捷方式目标
storage
Link copied to clipboard
web
val
Navigator
.
storage
:
StorageManager
write
Time
Link copied to clipboard
windows
var
File
.
writeTime
:
LocalDateTime
?
文件修改时间
Functions
await
Enum
Iterator
Link copied to clipboard
js
wasmJs
web
actual
fun
<
R
>
awaitEnumIterator
(
value
:
JsAny
)
:
Promise
<
JsArray
<
R
>
>
actual
fun
<
R
:
JsAny
?
>
awaitEnumIterator
(
value
:
JsAny
)
:
Promise
<
JsArray
<
R
>
>
expect
fun
<
R
:
JsAny
?
>
awaitEnumIterator
(
value
:
JsAny
)
:
Promise
<
JsArray
<
R
>
>
build
File
Link copied to clipboard
client
common
web
actual
fun
buildFile
(
uri
:
String
)
:
File
actual
fun
buildFile
(
parent
:
File
,
vararg
parts
:
String
)
:
File
expect
fun
buildFile
(
uri
:
String
)
:
File
expect
fun
buildFile
(
parent
:
File
,
vararg
parts
:
String
)
:
File
actual
fun
buildFile
(
uri
:
String
)
:
File
actual
fun
buildFile
(
parent
:
File
,
vararg
parts
:
String
)
:
File
clear
Recycle
Bin
Link copied to clipboard
windows
fun
clearRecycleBin
(
tip
:
Boolean
=
false
)
清空回收站
delete
To
Recycle
Bin
Link copied to clipboard
windows
fun
deleteToRecycleBin
(
file
:
File
)
:
Boolean
删除到回收站
safe
Raw
Sources
Link copied to clipboard
@
IOCoroutine
suspend
fun
Collection
<
File
>
.
safeRawSources
(
)
:
Sources
<
RawSource
>
?
safe
Sources
Link copied to clipboard
@
IOCoroutine
suspend
fun
Collection
<
File
>
.
safeSources
(
)
:
Sources
<
Source
>
?