Documentation
Preparing search index...
Copy @link
@lopoly/engine
filesystem/IFileSystem
IFileSystem
Interface IFileSystem
No description provided.
interface
IFileSystem
{
readFile
(
path
:
string
)
:
Promise
<
VirtualFile
>
;
}
Implemented by
WebFileSystem
Index
Methods
read
File
Methods
read
File
readFile
(
path
:
string
)
:
Promise
<
VirtualFile
>
No description provided.
Parameters
path
:
string
Returns
Promise
<
VirtualFile
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
File
Collapse all
Documentation
Loading...
No description provided.