On Mon, Jan 12, 2009 at 4:48 PM, Ricardo Aráoz <ricar...@gmail.com> wrote:
> MB Software Solutions General Account wrote:
>> On Mon, January 12, 2009 1:59 pm, Gil Hale wrote:
int totalCount =0;
m_dir = new DirectoryInfo(sFolder);
ArrayList alFiles = new ArrayList();
foreach (FileInfo f in m_dir.GetFiles("*.dbf"))
{
// get the name and keep it simple
alFiles.Add(f.Name);

// or pass the name to do more in another func
totalCount = GetTotalCount(f.Name);

}


-- 
Stephen Russell
Sr. Production Systems Programmer
First Horizon Bank
Memphis TN

901.246-0159


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/c4313dbe0901121359i5ae6494g42d8cfbdbd695...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to