dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Product.putFile
dextool
plugin
fuzzer
backend
interface_
Product
Raw data to be written.
void
putFile
(Path fname, CppHModule data)
void
putFile
(Path fname, CppModule data, WriteStrategy strategy)
void
putFile
(Path fname, const(ubyte)[] data)
void
putFile
(Path fname, string data, WriteStrategy strategy)
interface
Product
void
putFile
(
Path
fname
,
string
data
,
WriteStrategy
strategy
=
WriteStrategy.overwrite
)
Meta
Source
See Implementation
dextool
plugin
fuzzer
backend
interface_
Product
functions
putFile
Raw data to be written.