Page MenuHomeDevCentral

Fetch files from a directory
ClosedPublic

Authored by dereckson on Feb 7 2022, 02:34.
Tags
None
Referenced Files
F10902887: D2500.id6298.diff
Mon, Aug 4, 15:06
F10891686: D2500.id6298.diff
Sun, Aug 3, 23:17
F10889865: D2500.id6297.diff
Sun, Aug 3, 21:07
Unknown Object (File)
Sun, Aug 3, 15:38
Unknown Object (File)
Sat, Aug 2, 19:41
Unknown Object (File)
Sat, Aug 2, 11:01
Unknown Object (File)
Sat, Aug 2, 09:35
Unknown Object (File)
Sat, Aug 2, 01:00
Subscribers
None

Details

Summary

Mirror the File class into a Directory class,
with similar methods.

Allow to glob files in a directory and gets the result
as a collection of File instances.

Use cases

Nasqueron Notifications, Auth Grove and Zed can benefit from
autodiscovery mechanism where all files in a directory are
loaded as events, services or, for Zed, health checks.

Sites also use glob to find files like images in a directory.

With those new Directory and glob components, result will use
the File class, offering an unified interface to query file
and path information.

Test Plan
  • Unit tests provided
  • Zed uses Directory::glob method for SiteHealth engine (see T1678).

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Skipped
Unit
Tests Skipped
Branch
main
Build Status
Buildable 3894
Build 4145: arc lint + arc unit

Event Timeline

dereckson created this revision.

Test was in bad path/namespace. Checking method signatures.

This revision is now accepted and ready to land.Feb 7 2022, 02:41
This revision was automatically updated to reflect the committed changes.