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

  1. #1

    Default Creating Folder

    I have a few questions about creating folders.
    1.) using the CreateObject functions, since I use a server and not a local
    host, would I use my root path to my server them?
    2.)Is it possible to have the folders created, based on a loop, that checks
    for say, the last number, and creates the new folder with the next number in
    succession?

    Those 2 would get me started with this.. i am getting down to the next to
    last phase of my project. Everything is working wonderful.
    Thanks for the help
    Jeff


    Jeff Guest

  2. Similar Questions and Discussions

    1. creating shared folder location hanges when creating a review
      Hi All, I am using Acrobat Pro 8.1.2 for Mac. When I try to create a document for review, I get through all the steps until I get the pop up...
    2. Creating a folder with DW Extension
      Has anyone figured out how to have DW JavaScript create a folder and rename it? This makes the folder: if (site.makeNewFolder()){ ...
    3. Creating Virtual FTP Folder in ASP.NET
      I've been running into problems when trying to create a Virtual FTP folder in ASP.Net. I've tried it a few ways but none of them has worked so far....
    4. Error creating Web folder
      I have had to change hosts and create a new Web folder; however, I cannot add a Web folder for the address entered (which is the correct address)....
    5. Creating a network folder
      Hello, I'm trying to create a folder on a networked computer from a webserver using FileSystemObject. I keep getting "Permission Denied"...
  3. #2

    Default Re: Creating Folder

    On Sat, 24 Jul 2004 08:34:44 -0400, "Jeff"
    <gig_bam_takemeout_@verizon.net> wrote:
    >I have a few questions about creating folders.
    >1.) using the CreateObject functions, since I use a server and not a local
    >host, would I use my root path to my server them?
    Yes. Since ASP is processed on the server, the creation is relative
    to the server, not the client.
    >2.)Is it possible to have the folders created, based on a loop, that checks
    >for say, the last number, and creates the new folder with the next number in
    >succession?
    Sure.
    >Those 2 would get me started with this.. i am getting down to the next to
    >last phase of my project. Everything is working wonderful.
    Everything except your database apparently. Note the subject of this
    group, and post any followups in the ASP general group.

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: Creating Folder

    Thx Jeff.. I have the DB already... this phase is for other hosts to sign
    up... and create tournaments on their own, and i needed to create the
    folders.. to be able to pass the varibles so everything reflected the
    correct tourney.... thx for the response :)
    Jeff



    "Jeff Cochran" <jeff.nospam@zina.com> wrote in message
    news:410266d4.270342021@msnews.microsoft.com...
    > On Sat, 24 Jul 2004 08:34:44 -0400, "Jeff"
    > <gig_bam_takemeout_@verizon.net> wrote:
    >
    > >I have a few questions about creating folders.
    > >1.) using the CreateObject functions, since I use a server and not a
    local
    > >host, would I use my root path to my server them?
    >
    > Yes. Since ASP is processed on the server, the creation is relative
    > to the server, not the client.
    >
    > >2.)Is it possible to have the folders created, based on a loop, that
    checks
    > >for say, the last number, and creates the new folder with the next number
    in
    > >succession?
    >
    > Sure.
    >
    > >Those 2 would get me started with this.. i am getting down to the next to
    > >last phase of my project. Everything is working wonderful.
    >
    > Everything except your database apparently. Note the subject of this
    > group, and post any followups in the ASP general group.
    >
    > Jeff

    Jeff 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