[protobuf] Re: Feature Request: Iterating over files in a virtual directory

2010-03-02 Thread Hassan Syed
Yes, this is what I am doing at the moment (boost::filesystem). However, It would be so much more elegant if it was possible with the protobuf library -- C++ does not come with portable filesystem handling off-the-bat and I would have to use the Ansi-C libraries or boost. I am building a Complex

Re: [protobuf] Re: Feature Request: Iterating over files in a virtual directory

2010-03-02 Thread Kenton Varda
Sorry, but the purpose of the protobuf library is to support protocol buffers, not to provide abstract filesystem access. There are plenty of other libraries that do that. On Mon, Mar 1, 2010 at 5:32 AM, Hassan Syed h.a.s...@gmail.com wrote: Yes, this is what I am doing at the moment