Concept Framework 1.0 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: Thu Oct 15 20:02:04 2009 GMT | (c)2009 RadGs Software |