vibe-core v1.9.3 (2020-08-03T00:34:08Z)
Dub
Repo
openFile
vibe
core
file
Opens a file stream with the specified mode.
FileStream
openFile
(NativePath path, FileMode mode)
FileStream
openFile
(string path, FileMode mode)
@
safe
FileStream
openFile
(
string
path
,
FileMode
mode
=
FileMode.read
)
Meta
Source
See Implementation
vibe
core
file
enums
DirectoryChangeType
FileMode
functions
appendToFile
copyFile
createDirectory
createTempFile
existsFile
getFileInfo
getWorkingDirectory
iterateDirectory
listDirectory
moveFile
openFile
readFile
readFileUTF8
removeFile
watchDirectory
writeFile
writeFileUTF8
mixins
__anonymous
structs
DirectoryChange
DirectoryWatcher
FileInfo
FileStream
Opens a file stream with the specified mode.