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)
void
getFile
(Optional!(T0) path, FileSystemFlags options, FileSystemEntryCallback successCallback)
void
getFile
(Optional!(T0) path, FileSystemFlags options)
void
getFile
(Optional!(T0) path)
struct
FileSystemDirectoryEntry
nothrow
void
getFile
(
T0
)
(
scope
auto
ref
Optional
!(
T0
)
path
)
if
(
isTOrPointer
!(
T0
,
string
)
)
void
getFile
()
Meta
Source
See Implementation
libwasm
bindings
FileSystemDirectoryEntry
FileSystemDirectoryEntry
constructors
this
functions
createReader
getDirectory
getFile
variables
_parent