Sunday, May 20, 2012
Find Unused Files
Clean your project folders removing all unused files.
This program and class were constructed to find any occurrence of files in certain folders in your textual source code in certain folders. If it is not found, it is shown to you as a tree-view. So you can click in the file, it opens to you and you can check if it is actually an unused files that you need to remove or not.
- Want to find out which files are not part of your source code? // Do you reuse code and always left some unused images, css, javascript files behind? //
- Want to find out which files are not part of your source code?
- Do you reuse code and always left some unused images, css, javascript files behind?
- Upload the files in your host server
- Access the index.php and click search
Created | 19 May 10 |
Last Update | 20 May 10 |
Compatible Browsers | Chrome 4, Chrome 5, Firefox, IE6, IE7, IE8, Opera, Safari |
Software Version | PHP 4.x, PHP 5.x, jQuery |
Software Framework | N/A |
Files Included | CSS, JavaScript JS, PHP |
Clean your project folders removing all unused files.
This program and class were constructed to find any occurrence of files in certain folders in your textual source code in certain folders. If it is not found, it is shown to you as a tree-view. So you can click in the file, it opens to you and you can check if it is actually an unused files that you need to remove or not.
Easy to use
It will show to you all the files that has no link in the source files. Just click in the file name to view its file source.
Extras
You have option to change the default files and source folders in the form. Moreover, in the class you can even dictated some folders that should be visited.
How it works?
This PHP program and well documented PHP class were constructed to find any occurrence of files (in the files folder) in the source (in the source folder). It will track all files inside the pre-defined folder (and its subfolders).Find Unused Files Demo
Visit our demo here.
Related produck This user:fernborba
No comments:
Post a Comment