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

Threaded View

  1. #1
    Join Date
    Mar 2003
    Posts
    97

    Retrieving file names from a web directory

    I have a web server that has a directory containing xml files.

    I want to return to a GUI a list of the URLs for the files so that the user can select a xml file to load.

    How on earth do you do it? any ideas? or even just the name of the class I should be using.
    Last edited by zoltan_ie; August 2nd, 2005 at 10:42 AM.

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