Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1889 (closed enhancement: wontfix)

Opened 14 years ago

Last modified 14 years ago

FileScan.sweep should have an overload that takes a FilePath

Reported by: dhasenan Assigned to: kris
Priority: minor Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Cc:

Description

It only has overloads that take char[], and it converts them to a FilePath?. It would be nice not to have to convert an existing FilePath? to a string just to have it converted to a FilePath? again.

Change History

05/10/10 01:16:16 changed by kris

  • status changed from new to closed.
  • resolution set to wontfix.

would much rather people use the (more capable) vfs.FileFolder?.folders/catalog, or the simpler Path.collate, instead