Connecting Tech Pros Worldwide Help | Site Map

finding linked files in project

Armin
Guest
 
Posts: n/a
#1: Jul 17 '05
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


Chung Leong
Guest
 
Posts: n/a
#2: Jul 17 '05

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