agentOS API Reference - v0.0.1
Docs
Preparing search index...
DirEntry
Interface DirEntry
Directory entry returned by
readdir
/
readdirRecursive
.
interface
DirEntry
{
path
:
string
;
size
:
number
;
type
:
"file"
|
"directory"
|
"symlink"
;
}
Index
Properties
path
size
type
Properties
path
path
:
string
size
size
:
number
type
type
:
"file"
|
"directory"
|
"symlink"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
path
size
type
Docs
agentOS API Reference - v0.0.1
Loading...
Directory entry returned by
readdir/readdirRecursive.