Re: How To Read Directory

2007-07-21 Thread Angus Leeming
Richard Heck wrote: I want to do the following: find all *.module files in the /layouts/ directories. I take it I can find these directories using Package::system_support(), etc. But do tools exist in support/ for finding all such files? Or should I just do this manually somehow? (This would

Re: How To Read Directory

2007-07-21 Thread Angus Leeming
Richard Heck wrote: I want to do the following: find all *.module files in the /layouts/ directories. I take it I can find these directories using Package::system_support(), etc. But do tools exist in support/ for finding all such files? Or should I just do this manually somehow? (This would

How To Read Directory

2007-07-19 Thread Richard Heck
I want to do the following: find all *.module files in the /layouts/ directories. I take it I can find these directories using Package::system_support(), etc. But do tools exist in support/ for finding all such files? Or should I just do this manually somehow? (This would be a lot easier in p