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 abstract class FileSystemBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class FileSystemBase |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
FileSystemBase |
Initializes a new instance of the FileSystemBase class with www as the web root path.
|
Public Methods
Name | Description | |
---|---|---|
Combine |
Combines the two given paths.
|
|
DeleteFile |
Deletes the file from disk.
|
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Equals | (Inherited from Object.) | |
ExistsFile |
Checks whether a file exists.
|
|
ExistsFolder |
Checks whether a folder exists.
|
|
GetAbsolutePath |
Gets the absolute path.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetWebPath |
Gets the web path.
|
|
IsDirectory |
Determines whether the specified webPath is a directory.
|
|
IsFile |
Determines whether the webPath context is a file.
|
|
SetVirtualDirectories |
Sets the virtual directories available in the system.
|
|
ToString | (Overrides Object..::ToString()()()().) | |
WriteBytes |
Writes the given byte array to the given file.
|
|
WriteText | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
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