D
Darren
Hi Group,
Any ideas how to check for files in a directory, to see if any are of the
same prefix, and make a count of them.
I have a round 100 files, the filename is made up of an engineer number
followed by a contract number.
I want to see how many files each engineer has:
while (! end of list)
{
if (file_name_prefix == engineer_id)
{
engineer_id++;
}
}
any ideas VERY appreciated.
Many Thanks,
Darren
Any ideas how to check for files in a directory, to see if any are of the
same prefix, and make a count of them.
I have a round 100 files, the filename is made up of an engineer number
followed by a contract number.
I want to see how many files each engineer has:
while (! end of list)
{
if (file_name_prefix == engineer_id)
{
engineer_id++;
}
}
any ideas VERY appreciated.
Many Thanks,
Darren