AbstractDirectory Class |
Namespace: CMS.IO
public abstract class AbstractDirectory
The AbstractDirectory type exposes the following members.
Name | Description | |
---|---|---|
AbstractDirectory |
Name | Description | |
---|---|---|
CreateDirectory |
Creates all directories and subdirectories as specified by path.
| |
Delete(String) |
Deletes an empty directory.
| |
Delete(String, Boolean) |
Deletes an empty directory and, if indicated, any subdirectories and files in the directory.
| |
DeleteDirectoryStructure |
Deletes all files in the directory structure. It works also in a shared hosting environment.
| |
Exists |
Determines whether the given path refers to an existing directory on disk.
| |
GetAccessControl |
Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for a specified directory.
| |
GetCurrentDirectory |
Gets the current working directory of the application.
| |
GetDirectories(String) |
Gets the names of subdirectories in the specified directory.
| |
GetDirectories(String, String) |
Returns the names of files (including their paths) in the specified directory.
| |
GetDirectories(String, String, SearchOption) |
Gets the names of the subdirectories (including their paths) that match the specified search pattern in the current directory,
and optionally searches subdirectories.
| |
GetFiles(String) |
Returns the names of files (including their paths) in the specified directory.
| |
GetFiles(String, String) |
Returns the names of files (including their paths) in the specified directory.
| |
Move |
Moves a file or a directory and its contents to a new location.
| |
PrepareFilesForImport |
Prepares files for import. Converts them to media library.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |