generate a list of file extensions?
davido_at_codethought.nospamforme.com
Date: 02/10/04
- Next message: Nex6: "Re: trying to create a network script:"
- Previous message: Ben Morrow: "Re: Comparing a string to filenames in a directory"
- Next in thread: David K. Wall: "Re: generate a list of file extensions?"
- Reply: David K. Wall: "Re: generate a list of file extensions?"
- Reply: Tore Aursand: "Re: generate a list of file extensions?"
- Reply: Michele Dondi: "Re: generate a list of file extensions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 10 Feb 2004 14:43:49 -0800
I need to scan a directory tree and generate a list of file extensions
from that tree for a search against a database. That way I can be
sure the database is properly updated based on all of the extensions
in this directory. The directory amounts to projects code and binary
files. I know how to use File::Find to search a list of file types
and get their *names*. Would searching and getting the file types be
basically the same thing?
Could someone point me at some code that could help me accomplish
this? Much appreciated.
- Next message: Nex6: "Re: trying to create a network script:"
- Previous message: Ben Morrow: "Re: Comparing a string to filenames in a directory"
- Next in thread: David K. Wall: "Re: generate a list of file extensions?"
- Reply: David K. Wall: "Re: generate a list of file extensions?"
- Reply: Tore Aursand: "Re: generate a list of file extensions?"
- Reply: Michele Dondi: "Re: generate a list of file extensions?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|