'Declaration
Public Shared Function DeleteFilesAsync( _ ByVal folder As StorageFolder, _ Optional ByVal ignoreExceptions As Boolean _ ) As Task
public static Task DeleteFilesAsync( StorageFolder folder, bool ignoreExceptions )
Parameters
- folder
- ignoreExceptions
- If true - all exceptions will be swallowed. Otherwise - they will be rethrown.