CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2003
    Posts
    3

    Post Javascript reading a directory

    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

  2. #2
    Join Date
    May 2004
    Location
    MN / NJ, United States
    Posts
    768

    Re: Javascript reading a directory

    No, JavaScript is intended only to deal with the client, not the server.
    *9-11-01* Never Forget; Never Forgive; Never Relent!
    "If we ever forget that we're one nation under God, then we will be a nation gone under." - Ronald Reagan

  3. #3
    Join Date
    Jul 2003
    Posts
    3

    Re: Javascript reading a directory

    Thanks, looks like I will be using PHP for it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured