FileWriteAllLines Method (String, String) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void WriteAllLines(
string path,
string[] contents
)
Public Shared Sub WriteAllLines (
path As String,
contents As String()
)
public:
static void WriteAllLines(
String^ path,
array<String^>^ contents
)
static member WriteAllLines :
path : string *
contents : string[] -> unit
Parameters
- path
- Type: SystemString
- contents
- Type: SystemString
See Also