Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

File::WriteAllLines Method

 

Creates a new file, writes one or more strings to the file, and then closes the file.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticWriteAllLines(String^, IEnumerable<String^>^)

Creates a new file, writes a collection of strings to the file, and then closes the file.

System_CAPS_pubmethodSystem_CAPS_staticWriteAllLines(String^, IEnumerable<String^>^, Encoding^)

Creates a new file by using the specified encoding, writes a collection of strings to the file, and then closes the file.

System_CAPS_pubmethodSystem_CAPS_staticWriteAllLines(String^, array<String^>^)

Creates a new file, write the specified string array to the file, and then closes the file.

System_CAPS_pubmethodSystem_CAPS_staticWriteAllLines(String^, array<String^>^, Encoding^)

Creates a new file, writes the specified string array to the file by using the specified encoding, and then closes the file.

Return to top
Show:
© 2017 Microsoft