Click to See Complete Forum and Search --> : Javascript reading a directory


BorgKiller
March 16th, 2005, 06:48 AM
Hey,

I have searched the forums and almost half of the web via google, but I am still no closer to finding an answer.

In PHP, you can use the opendir() and readdir() commands to open and read a directory. Are there any equivilant operations in Javascript which I can use to the same affect?

Thanks,
BorgKiller

Dr. Script
March 16th, 2005, 03:24 PM
No, JavaScript is intended only to deal with the client, not the server.

BorgKiller
March 17th, 2005, 02:52 AM
Thanks, looks like I will be using PHP for it.