Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default FileSystem Object

    I am wondering if anyone could help me with the following problem
    I need to write some asp code that accepts a path to some directory on the Web Server as a parameter and then reads and lists all files and subdirectories in tree-view fashion which can be navigated the same way as in windows explorer. Each file name should be a link to that file.
    Hope this wasn't too confusing, and if someone has developed or has seen something similar, please, please let me know
    Many thanks in advanc
    Boris
    Boris Guest

  2. Similar Questions and Discussions

    1. SCO Filesystem
      Help plz using sco 3.2v4.2 ... powerfailer ochh!... not able to mount /dev/u try fsck on /dev/root .. it's ok try fsck on /dev/u get error "fsck:...
    2. filesystem help
      Yousuf wrote: The block number it's complaining about is in 1/2K blocks. In 1K units, it's at 18307903K into the division. Since the size of...
    3. SCSI ID <--> filesystem
      .... a particular (5.0.6) server has a SCSI backplane with four hard disks hanging off of it. All I know is the SCSI ID (it is the position in the...
    4. application varibles V Filesystem Object
      can I store records in the application object? Sean "Sean" <NO_SPAM_TO_bullrout@optusnet.com.au> wrote in message...
  3. #2

    Default Re: FileSystem Object

    File Listing Script (WSC File) (1.2 KB) by Darin Weakley
    [url]http://www.asp101.com/resources/visitors/index.asp#FileListerWSC[/url]
    "Here's a WSC [Windows Script Component] I created a while back and
    thought I'd share it with you. Simply pass it a directory string and it
    will return a hyper-linked list of each of the files in the directory. I
    use it for my MP3s, which reside on a server. I point my browser to the
    MP3 page and blam...a hyper-linked list of all my MP3s appears. I simply
    click and enjoy the tunes. Anyway, perhaps one of your subscribers wants
    to use it for something or even... write a compiled version! (I'm too
    lazy). Thanks, and enjoy!"

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  4. #3

    Default Re: FileSystem Object

    [url]http://www.aspfaq.com/2311[/url]
    [url]http://www.aspfaq.com/2039[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "Boris" <anonymous@discussions.microsoft.com> wrote in message
    news:60D14FBA-3BA6-447C-A667-0AEF9E5CF713@microsoft.com...
    > I am wondering if anyone could help me with the following problem:
    > I need to write some asp code that accepts a path to some directory on the
    Web Server as a parameter and then reads and lists all files and
    subdirectories in tree-view fashion which can be navigated the same way as
    in windows explorer. Each file name should be a link to that file.
    > Hope this wasn't too confusing, and if someone has developed or has seen
    something similar, please, please let me know.
    > Many thanks in advance
    > Boris

    Aaron Bertrand [MVP] Guest

  5. #4

    Default RE: FileSystem Object

    Aaro
    Thank you very much for your reply. This example on ASPFAQs website is great, however I would need exactly that, but without the limitation on how many levels of subdirectories the script will read. If you come across anything like that, please let me know.
    Many thanks in advanc
    Bori

    ----- Boris wrote: ----

    I am wondering if anyone could help me with the following problem
    I need to write some asp code that accepts a path to some directory on the Web Server as a parameter and then reads and lists all files and subdirectories in tree-view fashion which can be navigated the same way as in windows explorer. Each file name should be a link to that file.
    Hope this wasn't too confusing, and if someone has developed or has seen something similar, please, please let me know
    Many thanks in advanc
    Boris
    Boris Guest

  6. #5

    Default Re: FileSystem Object

    File Listing Script (WSC File) (1.2 KB) by Darin Weakley
    [url]http://www.asp101.com/resources/visitors/index.asp#FileListerWSC[/url]
    "Here's a WSC [Windows Script Component] I created a while back and
    thought I'd share it with you. Simply pass it a directory string and it
    will return a hyper-linked list of each of the files in the directory. I
    use it for my MP3s, which reside on a server. I point my browser to the
    MP3 page and blam...a hyper-linked list of all my MP3s appears. I simply
    click and enjoy the tunes. Anyway, perhaps one of your subscribers wants
    to use it for something or even... write a compiled version! (I'm too
    lazy). Thanks, and enjoy!"

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139