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