![]() |
|
Navigation |
Synopsis Write values to a file.
Function
void writeFileEnc(loc file, str charset, value V...) throws PathNotFound(loc file), IO(str msg)
Usage
import IO;
Description Write a textual representation of some values to a file:
![]() |