PathIO.AppendTextAsync(String, String) | appendTextAsync(String, String) method
Appends text to the file at the specified path or URI.
Syntax
public: static IAsyncAction^ AppendTextAsync( String^ absolutePath, String^ contents )
Parameters
- absolutePath
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The path of the file that the text is appended to.
- contents
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The text to append.
Return value
Type: IAsyncAction
No object or value is returned when this method completes.
Remarks
Note To read or write to a file using a path or URIs, you must have permission to access the file's location.
You can specify an app URIs to read or write files in app-specific locations like your app data folder ("ms-appdata://"). To learn more about app URIs, see How to reference content.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/16/2013
