This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IFileSystem
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IFileSystem

The type exposes the following members.

Public Methods

  Name Description
Public method GetAbsolutePath
Gets the absolute path that represents the web path on disk.
Public method GetWebPath
Gets the web path that represents the absolute path.
Public method IsDirectory
Tests if the webPath is a directory.
Public method IsFile
Tests if the webPath is a file.
Public method ReadText Overloaded.

Public Properties

  Name Description
Public property RootPath
Returns root directory of the site.
Public property VirtualDirectories
Gets the collection of virtual directories.
Public property WebRootPath
Returns web root directory of the site.

See Also

Advanced