Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / DeleteFilesAsync Method
If true - all exceptions will be swallowed. Otherwise - they will be rethrown.

In This Topic
    DeleteFilesAsync Method
    In This Topic
    Deletes all files from the given folder.
    Syntax
    '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.
    See Also