vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
writeFile
index
vibe
core
file
Write a whole file at once.
void
writeFile
(Path path, ubyte[] contents)
@
safe
void
writeFile
(
Path
path
,
in
ubyte
[]
contents
)
void
writeFile
(string path, ubyte[] contents)
Meta
Source
See Implementation
index
vibe
core
file
enums
DirectoryChangeType
FileMode
functions
appendToFile
copyFile
createDirectory
createTempFile
existsFile
getFileInfo
getWorkingDirectory
iterateDirectory
listDirectory
moveFile
openFile
readFile
readFileUTF8
removeFile
watchDirectory
writeFile
writeFileUTF8
interfaces
DirectoryWatcher
FileStream
structs
DirectoryChange
FileInfo
Write a whole file at once.