Deletes all files from the given folder.
public static System.Threading.Tasks.Task DeleteFilesAsync(
Windows.Storage.StorageFolder ,
System.bool
)
'Declaration
Public Shared Function DeleteFilesAsync( _
ByVal As Windows.Storage.StorageFolder, _
Optional ByVal As System.Boolean _
) As System.Threading.Tasks.Task
Parameters
- folder
- ignoreExceptions
- If true - all exceptions will be swallowed. Otherwise - they will be rethrown.