circu.js
Preparing search index...
asyncfs
CModuleAsyncFS
open
Function open
open
(
path
:
string
,
flags
:
string
,
mode
?:
number
)
:
Promise
<
FileHandle
>
Open file (async)
Parameters
path
:
string
File path
flags
:
string
Open mode (e.g., OpenMode.READ)
Optional
mode
:
number
Permissions (default 0o666)
Returns
Promise
<
FileHandle
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
circu.js
Loading...
Open file (async)