For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteDirectory

Deletes all directories and subdirectories in the specified path. Will not do anything if the directory do not exist.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.Files/tree/main/Frends.Files.DeleteDirectory

Task Parameters

Name
Description

Directory : String

Directory path.

Default: "c:\temp" Example: C:\Temp

Task Result

Name
Description

Path : String

Path of directory Example: C:/User/NewDirectory

Success : Boolean

Directory found Example: C:/User/NewDirectory

Task Changelog

Changelog for Task Frends.Files.DeleteDirectory.

[1.1.0] - 2025-03-19

Changed

  • Update packages: Newtonsoft.Json 12.0.1 -> 13.0.3 System.ComponentModel.Annotations 4.7.0 -> 5.0.0 System.Runtime.Caching 7.0.0 -> 9.0.3 coverlet.collector 3.1.0 -> 6.0.4 Microsoft.NET.Test.Sdk 16.7.0 -> 17.13.0 MSTest.TestAdapter 2.1.2 -> 3.8.3 MSTest.TestFramework 2.1.2 -> 3.8.3 nunit 3.12.0 -> 4.3.2 NUnit3TestAdapter 3.17.0 -> 5.0.0 RichardSzalay.MockHttp 6.0.0 -> 7.0.0 xunit.extensibility.core 2.4.2 -> 2.9.3

[1.0.0] - 2023-07-21

Added

  • Initial implementation of Frends.Files.DeleteDirectory.

Last updated

Was this helpful?