ae v0.0.3106 (2021-11-28T15:35:14Z)
Home
Dub
Repo
VFS.write
ae
sys
vfs
VFS
Write entire file at given location (overwrite if exists).
class
VFS
abstract
void
write
(
string
path
,
const
(
void
)[]
data
)
Meta
Source
See Implementation
ae
sys
vfs
VFS
functions
copy
exists
listDir
mdFile
mkdir
mkdirRecurse
read
remove
rename
rmdirRecurse
symlink
write
Write entire file at given location (overwrite if exists).