Connecting Tech Pros Worldwide Help | Site Map

finding linked files in project

  #1  
Old July 17th, 2005, 10:20 AM
Armin
Guest
 
Posts: n/a
Hi!


How do I find all files (php, html, gif, jpg, ...) NOT used, starting from
index.php, out of a project containing about 200 files without having to
read every line of every file looking for includes or links etc.?

Why isnt't there any information on the web? Isn't this a quite common
problem?

Thanks


  #2  
Old July 17th, 2005, 10:20 AM
Chung Leong
Guest
 
Posts: n/a

re: finding linked files in project


"Armin" <armin.wandaller@gmx.at> wrote in message
news:41801194$0$10840$3b214f66@usenet.univie.ac.at ...[color=blue]
> Hi!
>
>
> How do I find all files (php, html, gif, jpg, ...) NOT used, starting from
> index.php, out of a project containing about 200 files without having to
> read every line of every file looking for includes or links etc.?
>
> Why isnt't there any information on the web? Isn't this a quite common
> problem?
>
> Thanks
>[/color]

Just do a file search based on last access time.


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 08:57 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 07:46 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 14th, 2005 03:55 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 5 November 14th, 2005 12:36 PM