Preparing search index...
The search index is not available
@sosimple/fsx-file
@sosimple/fsx-file
Dir
Class Dir
Hierarchy
Entry
Dir
Index
Constructors
constructor
Properties
name
Accessors
[to
String
Tag]
Methods
create
delete
empty
exists
readable
remove
stat
to
String
utimes
writable
Constructors
constructor
new
Dir
(
path
)
:
Dir
Parameters
path
:
string
Returns
Dir
Properties
Readonly
name
name
:
string
Accessors
[to
String
Tag]
get
[toStringTag]
(
)
:
string
Returns
string
Methods
create
create
(
recursive
?
)
:
Promise
<
void
>
Parameters
recursive
:
boolean
= true
Returns
Promise
<
void
>
delete
delete
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
empty
empty
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
exists
exists
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
readable
readable
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
remove
remove
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stat
stat
(
)
:
Promise
<
Stats
>
Returns
Promise
<
Stats
>
to
String
to
String
(
)
:
string
Returns
string
utimes
utimes
(
atime
,
mtime
)
:
Promise
<
void
>
Parameters
atime
:
string
|
number
|
Date
mtime
:
string
|
number
|
Date
Returns
Promise
<
void
>
writable
writable
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Accessors
[to
String
Tag]
Methods
create
delete
empty
exists
readable
remove
stat
to
String
utimes
writable
@sosimple/fsx-file
Loading...