![]() |
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# |
![]() |
---|---|
public interface IFileSystem |
Visual Basic (Declaration) |
![]() |
---|---|
Public Interface IFileSystem |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
![]() |
GetAbsolutePath |
Gets the absolute path that represents the web path on disk.
|
![]() |
GetWebPath |
Gets the web path that represents the absolute path.
|
![]() |
IsDirectory |
Tests if the webPath is a directory.
|
![]() |
IsFile |
Tests if the webPath is a file.
|
![]() |
ReadText | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() |
RootPath |
Returns root directory of the site.
|
![]() |
VirtualDirectories |
Gets the collection of virtual directories.
|
![]() |
WebRootPath |
Returns web root directory of the site.
|
See Also
Smartsite.Base Namespace