cli/io library

Constants

opNone → const int
opNotExists → const int
opOK → const int

Functions

copyFileSync(String from, String to) int
copyPathSync(String from, String to) int
createFolder(String dir) bool
writeToFile(String file, String result) → void