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 Code |
---|---|
public interface IFileSystem |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IFileSystem |
The type exposes the following methods.
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. |
See Also
Smartsite.Base Namespace