libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
FileSystemDirectoryEntry.getDirectory
libwasm
bindings
FileSystemDirectoryEntry
FileSystemDirectoryEntry
Undocumented in source. Be warned that the author may not have intended to support it.
void
getDirectory
(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback, ErrorCallback errorCallback)
void
getDirectory
(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback)
void
getDirectory
(Optional!(T0) path, FileSystemFlags options)
struct
FileSystemDirectoryEntry
nothrow
void
getDirectory
(
T0
)
(
scope
auto
ref
Optional
!(
T0
)
path
,
scope
ref
FileSystemFlags
options
)
if
(
isTOrPointer
!(
T0
,
string
)
)
void
getDirectory
(Optional!(T0) path)
void
getDirectory
()
Meta
Source
See Implementation
libwasm
bindings
FileSystemDirectoryEntry
FileSystemDirectoryEntry
constructors
this
functions
createReader
getDirectory
getFile
variables
_parent