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

Find

Find files from directory.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Directory : String

Root directory where the pattern matching should start

Default: "c:" Example: C:\directory</code>

Pattern : String

Pattern to match for files.

Default: "\Folder*.xml" Example: \Folder*.xml

Task Result

Name
Description

Files : List<FileItem>

List of files found from directory. Example: List [object { string Extension, string DirectoryName, string FullPath, string FileName, bool IsReadOnly, double SizeInMegaBytes, DateTime CreationTime, DateTime CreationTimeUtc, DateTime LastAccessTime, DateTime LastAccessTimeUtc, DateTime LastWriteTime, DateTime LastWriteTimeUtc }]

Task Changelog

Changelog for Task Frends.Files.Find.

[1.1.0] - 2025-03-19

Changed

  • Update packages: Microsoft.Extensions.FileSystemGlobbing 7.0.0 -> 9.0.3 System.DirectoryServices 7.0.0 -> 8.0.0 coverlet.collector 3.1.0 -> 6.0.4 Microsoft.NET.Test.Sdk 16.6.1 -> 17.13.0 MSTest.TestAdapter 2.2.7 -> 3.8.3 MSTest.TestFramework 2.2.8 -> 3.8.3 nunit 3.12.0 -> 4.3.2 NUnit3TestAdapter 3.17.0 -> 5.0.0

[1.0.1] - 2023-12-13

Changed

  • Result documentation updated

[1.0.0] - 2023-03-07

Added

  • Initial implementation

Last updated

Was this helpful?