Exemplo n.º 1
0
        async Task DeleteTestDirectoriesAsync()
        {
            await s_testFluentPath.CleanAsync().ConfigureAwait(false);

            await s_testFluentPath.DeleteAsync();
        }