Embeded Functions:
Below list of embeded functions.
string | loadbase64file(string file) | - Load File to Base64 string |
string | loadfile(string file) | - Load File to string |
void | savefile(string file,string content) | - Save File to string |
xml | loaddir(string path) | - Get list of directory |
void | console(string msg) | - Print console message |
xml | recv(int) | - Receive xml |
void | send(int,xml) | - Send xml |
void | run(string) | - Run Procedure |
void | env(string,string) | - Set enviroment parameter |
string | env(string) | - Get enviroment parameter |