vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
openFile
index
vibe
core
file
Opens a file stream with the specified mode.
FileStream
openFile
(Path path, FileMode mode)
@
safe
FileStream
openFile
(
Path
path
,
FileMode
mode
=
FileMode.read
)
FileStream
openFile
(string path, FileMode mode)
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
Opens a file stream with the specified mode.