tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
File.set
tango
io
device
File
File
Convenience function to set file content and length to reflect the given array.
class
File
static
void
set
(
const
(
char
)[]
path
,
const
(
void
)[]
content
)
Meta
Source
See Implementation
tango
io
device
File
File
aliases
read
write
constructors
this
enums
Access
Cache
Open
Share
functions
open
seek
sync
toString
truncate
properties
length
position
style
static functions
append
get
set
structs
Style
variables
ReadExisting
ReadShared
ReadWriteCreate
ReadWriteExisting
ReadWriteOpen
WriteAppending
WriteCreate
WriteExisting
Convenience function to set file content and length to reflect the given array.