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