Forum Moderators: phranque

Message Too Old, No Replies

Number ot files under web root

How can I know the number of files under web root?

         

xyi webmaster

4:04 pm on Jan 20, 2004 (gmt 0)

10+ Year Member



I would like to know how many html file under web root? how may HTML report under the root(One report can have several html chapters)?

Any ideas?

Thanks a lot.

BlobFisk

6:29 pm on Jan 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, xyi_webmaster!

Are you looking for a way of determining the number of files contained in a web folder?

If so, you will need a server-side language like JSP, ASP, PHP, CGI/Perl to achieve this.

HTH

xyi webmaster

7:52 pm on Jan 20, 2004 (gmt 0)

10+ Year Member



Yes.

You mean ASP has a method to solve this? I knew ASP a little bit. Where should I started?

When count the number of HTML files, how can I count the number for report? Each report may has more than one seperate HTML chapters.

Thanks

BlobFisk

11:47 am on Jan 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The FSO (File System Object) I think is where you would need to start looking for this type of work.

HTH