| AbstractFileWriteAllText Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | WriteAllText(String, String) | 
            Creates a new file, write the contents to the file, and then closes the file. If the target file already exists, it is overwritten.
             | 
|  | WriteAllText(String, String, Encoding) | 
            Creates a new file, write the contents to the file, and then closes the file. If the target file already exists, it is overwritten.
             | 
 See Also
See Also