FileAppendAllText 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 AppendAllText(
string path,
string contents
)
Public Shared Sub AppendAllText (
path As String,
contents As String
)
public:
static void AppendAllText(
String^ path,
String^ contents
)
static member AppendAllText :
path : string *
contents : string -> unit
Parameters
- path
- Type: SystemString
- contents
- Type: SystemString
See Also