
Hi, Does Boost.Filesystem have "builtin" Boost.Regex support for directory/file iteration, remove, rename etc. or do we have to write wrappers to be able to do something like this? If not then is there an existing implementation anywere? Thanks Shams

Shams wrote:
Hi,
Does Boost.Filesystem have "builtin" Boost.Regex support for directory/file iteration, remove, rename etc. or do we have to write wrappers to be able to do something like this?
Nope.
If not then is there an existing implementation anywere?
Someone had but together a 'globbing' iterator implementation at some point, but I don't see it in the vault....maybe someone out there has a copy. You could try searching the list archives for it. Jeff

Thanks, I noticed John Maddocks grep sample, will look into it a bit more... But yeah it shouldn't be too hard... Thanks Shams ----- Original Message ----- From: "Jeff Garland" <jeff@crystalclearsoftware.com> Newsgroups: gmane.comp.lib.boost.devel Sent: Thursday, October 26, 2006 1:47 PM Subject: Re: Boost Filesystem and Regex
Shams wrote:
Hi,
Does Boost.Filesystem have "builtin" Boost.Regex support for directory/file iteration, remove, rename etc. or do we have to write wrappers to be able to do something like this?
Nope.
If not then is there an existing implementation anywere?
Someone had but together a 'globbing' iterator implementation at some point, but I don't see it in the vault....maybe someone out there has a copy. You could try searching the list archives for it.
Jeff _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Jeff Garland
-
Shams