well i had to try something to liven up this group a little... thanks for the tips :) Moshe
-----Original Message----- From: David Smart [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:51 PM To: [email protected] Subject: Re: [ASP] FSO - copy file Very good question!! One has to wonder just where Moshe looked on the net, that he didn't find anything. :-) Dave S ----- Original Message ----- From: Andy.T To: [email protected] Sent: Friday, January 07, 2005 7:36 PM Subject: Re: [ASP] FSO - copy file And just what is wrong with saying: FSO.CopyFile <source>,<destination> Don't forget the comma between the source and destination. Andy -------Original Message------- From: [email protected] Date: 01/07/05 00:40:33 To: [email protected] Subject: Re: [ASP] FSO - copy file Presumably (but I've never tried it) it can open the file you want to copy, create a new file, and allow you to loop and read/write the lines across until you hit end-of-file. Dave S ----- Original Message ----- From: tapnack To: [email protected] Sent: Friday, January 07, 2005 4:39 AM Subject: [ASP] FSO - copy file hi folks i want to build a system where users are allowed to make new folders. i know this can easily be done with FSO. my question, is whether if (and how) FSO can take a file (an asp file) from a repository, and copy it to the newly created folder. any tips? havent found much on the net.. thanks! Moshe [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
