![]() |
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 abstract class FileSystemBase |
Visual Basic (Declaration) |
![]() |
---|---|
Public MustInherit Class FileSystemBase |
The type exposes the following methods.
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.) |
See Also
Smartsite.Base Namespace