[PVFS-developers] Support wildcards through the PVFS-API?

Rob Ross rross at mcs.anl.gov
Mon Oct 4 16:17:54 EDT 2004


Hi Stuart,

I don't think that opendir/closedir/readdir deal with wildcards; I think 
those are all handled by the shell.  I could be wrong though.

In any case, there's no such functionality in PVFS (the PVFS API 
corresponds to the UNIX API, which has no such functionality either).  You 
would need to build this on top of the existing functions I'm afraid.

Regards,

Rob

On Mon, 4 Oct 2004, Stuart White wrote:

> I am looking for functions that exist in the pvfs-api that provide the
> same functionality as opendir, closedir and readdir.  Basically I need
> to add the functionality of being able to accept wildcards for the file
> names.
> 
> I don't see anything like pvfs_opendir or anything like that.
> 
> Any suggestions for how I can support wildcards in my applications
> using the pvfs-api?
> 
> Thanks!


More information about the PVFS-developers mailing list