Results 1 to 4 of 4

Thread: Moving a File in ASP

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780

    Moving a File in ASP

    Is it possible to move a file from one folder to another via classic ASP??
    "...Men will still say THIS was our finest hour"
    If a tree falls in the woods and no one is there to see it, do all the other trees make fun of it?

  2. #2
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    Re: Moving a File in ASP

    ASP Code is run server side so if permissions are correct you can move files around on the server. You won't be able to move files client side.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780

    Re: Moving a File in ASP

    okay that is great. Is there an example somewhere of moving files?
    The permissions would be set in IIS correct?
    "...Men will still say THIS was our finest hour"
    If a tree falls in the woods and no one is there to see it, do all the other trees make fun of it?

  4. #4
    PowerPoster
    Join Date
    Jun 2001
    Location
    Trafalgar, IN
    Posts
    4,141

    Re: Moving a File in ASP

    Here is a bare bones example
    http://www.w3schools.com/ASP/met_movefile.asp

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