[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Read/Write operation the text file with the specified encoding. [Property] +Path=Sets the file to operate. ARG(string)|2| Encoding=Sets the encoding applied to the contents of the file. ARG(Encoding)|20|(empty)|Encoding [Methods] doReadLines=Reads the lines of a file. ARG(string path)|1|0 *doReadLines2=Read the lines of a file that has a specified encoding. ARG(string path, Encoding encoding)|1|0 doWriteAllLines=Creates a new file, write the specified string array to the file, and then closes the file. ARG(string path, string[] contents)|1|0 *doWriteAllLines2=Creates a new file, writes a collection of strings to the file, and then closes the file. ARG(string path, IEnumerable contents)|1|0 *doWriteAllLines3=Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file. ARG(string path, IEnumerable contents, Encoding encoding)|1|0 *doWriteAllLines4=Creates a new file, writes the specified string array to the file by using the specified encoding, and then closes the file. ARG(string path, string[] contents, Encoding encoding)|1|0 onReadLines=Occurs after invoke the method doReadLines and returns the result. ARG(string[])|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Lines=Returns all the lines of the file, or the lines that are the result of a query. ARG(string[])|3|13 Path=Defines the file to operate. ARG(string)|4|2 Contents=Defines the lines to write to the file. ARG(string[]||IEnumerable)|4|13 Encoding=Defines the character encoding to use. ARG(Encoding)|4|0