Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
WriteFile | version 1.0 | no |
boolean WriteFile(string content_buffer, string path) |
content_buffer | [in] The data to write to the file specified by the path parameter. |
path | [in] A string containing the path of existing file. |
Writes the entire content (at once) of a file. This is the recommended function to use when working with small to medium files. (file sizes smaller than 50 megabytes. When using on large files, you'll have the entire file in the memory). For reading a file, you may want to check the ReadFile function. |
Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |