Whats permitted using the FileSystemObject?

Discussion in 'Classic ASP' started by marcmzs, Jan 3, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I wanted to know the following.

    Am I allowed to create Folders and Delete folders using the FileSystemObject on Dasp.net servers?

    I checked out the features and found the info below, but it doesnt say anything about being able to create and delete folders.

    So can I create folders and files and also delete folders and files on the server using the FSO?

    This is very essential for the blogging software i'm doing. Every user will have 1 folder for himself where he'll upload his Images to. So Create a folder and Delete it too is very essential for me.

    Are these allowed by you?

    Thank You.





    FileSystemObject

    The FileSystemObject (FSO) is used to access the web server's file system.

    For example, you can read a file's content, create files, and determine whether or not a folder or file exists.

    For more information, visit Microsoft Developers Network Website.



    CLOSE WINDOW | Next Feature



    Suggest a Feature | Contact Sales

    Post Edited (marcmzs) : 1/3/2006 4:12:11 PM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    yes. You can use FSO. You can only write / delete within your site root

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Yes, my own root.
    So can I create folders in it too? (not sure what you meant by write. You meant create?)
     
  4. write, delete, create, etc. yes.

    the only restriction is you cannot do anything outside your webroot.


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page