Click to See Complete Forum and Search --> : create a file using ASP
Hi everyone,
Do you know if there is any way to create a new file for reading or writing
data using ASP?
Thank you very much!
Ruth
Cadesh
03-15-2001, 09:27 PM
To create a file in asp have a look at the file system object.
This can also be used to create new folders.
Not sure if this is exactaly what you r after but have a look
-Cadesh
"Ruth" <rzhai@bigpond.com> wrote:
>
>Hi everyone,
>Do you know if there is any way to create a new file for reading or writing
>data using ASP?
>
>Thank you very much!
>
>Ruth
Matt Vaughn
03-19-2001, 06:56 PM
Use the ASP FileSystem objects to read/write to a new file. The folder where
the file is will need to have read/write permissions as indicated.
"Ruth" <rzhai@bigpond.com> wrote in message news:3ab163b0$1@news.devx.com...
>
> Hi everyone,
> Do you know if there is any way to create a new file for reading or
writing
> data using ASP?
>
> Thank you very much!
>
> Ruth
devx.com
Copyright Internet.com Inc. All Rights Reserved