renaming files using asp

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default renaming files using asp

    Hi there.

    I have a simple question, i need to rename a file using
    asp, does any one have this function, or does any one
    knows where can get help or data regarding this?

    thanks

    will wait for answer please use my email

    your friend

    roy t.
    Roy Terrazas Guest

  2. Similar Questions and Discussions

    1. Contribute renaming files on its own
      Hi there, Has this been addressed as yet? I have a client who is simply updating a pdf document on his site. He does this, by going to the page,...
    2. #22190 [Ctl]: Renaming some files
      ID: 22190 Updated by: sniper@php.net Reported By: mill_2k at eml dot cc Status: Critical Bug Type: ...
    3. #22190 [Com]: Renaming some files
      ID: 22190 Comment by: rpanning at hotmail dot com Reported By: mill_2k at eml dot cc Status: Critical Bug...
    4. Renaming files
      Go to shareware.com or cnet.com and download Rname-it. You can add prefixes or suffixes, be selective on WHAT file you rename, and you can test how...
    5. renaming multiple files
      Hi, is there a way to rename files in windows by selecting the fiels you want to rename and then use a "find and replace" command so that you...
  3. #2

    Default Re: renaming files using asp

    I assume you mean ASP.NET, otherwise you're in the wrong group.

    For ASP.NET, looks like FileInfo.MoveTo(..) gets the most votes

    [url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-8&threadm=u%23E2hWyuCHA.2592%40TK2MSFTNGP10&rnum=5 &prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3Dutf-8%26q%3Drename%2Bfile%2Bvb.net%26sa%3DN%26tab%3Dwg[/url]

    --
    Craig Deelsnyder
    Microsoft MVP - ASP/ASP.NET


    "Roy Terrazas" <roy.terrazas@itesm.mx> wrote in message
    news:070401c35640$f04ed620$a401280a@phx.gbl...
    > Hi there.
    >
    > I have a simple question, i need to rename a file using
    > asp, does any one have this function, or does any one
    > knows where can get help or data regarding this?
    >
    > thanks
    >
    > will wait for answer please use my email
    >
    > your friend
    >
    > roy t.

    Craig Deelsnyder 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