Class FileUtils
File utility methods.
Inheritance
System.Object
FileUtils
Namespace: PSPDFKitFoundation
Assembly: PSPDFKitFoundation.dll
Syntax
public static class FileUtils
Methods
AppendToFileAsync(IStorageFile, IStorageFile)
Append source file to the destination file.
Declaration
public static IAsyncAction AppendToFileAsync(IStorageFile source, IStorageFile destination)
Parameters
Type | Name | Description |
---|---|---|
Windows.Storage.IStorageFile | source | The source file to read from. |
Windows.Storage.IStorageFile | destination | The desitination file that the source will be appended to. |
Returns
Type | Description |
---|---|
Windows.Foundation.IAsyncAction |