FileDebugOperation Class |
Namespace: CMS.IO
public static class FileDebugOperation
The FileDebugOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | APPEND_ALL_TEXT |
Append all text
|
![]() ![]() | CLOSE |
Close
|
![]() ![]() | COPY |
Copy
|
![]() ![]() | CREATE |
Create
|
![]() ![]() | CREATE_DIR |
Create directory
|
![]() ![]() | DELETE |
Delete
|
![]() ![]() | DELETE_DIR |
Delete directory
|
![]() ![]() | DELETE_DIR_STRUCTURE |
Delete directory structure
|
![]() ![]() | DIR_EXISTS |
Directory exists
|
![]() ![]() | DirExists |
Directory exists
|
![]() ![]() | ENUMERATE_DIRECTORIES |
Enumerate subdirectories in a directory.
|
![]() ![]() | ENUMERATE_FILES |
Enumerate files in a directory.
|
![]() ![]() | EXISTS |
Exists
|
![]() ![]() | GET_ACCESS_CONTROL |
GetAccessControl
|
![]() ![]() | GET_CURRENT_DIR |
Get current directory
|
![]() ![]() | GET_DIRECTORIES |
GetDirectories
|
![]() ![]() | GET_FILES |
GetFiles
|
![]() ![]() | MOVE |
Move
|
![]() ![]() | MOVE_DIR |
Move directory
|
![]() ![]() | OPEN |
Open
|
![]() ![]() | READ |
Read
|
![]() ![]() | READ_ALL_BYTES |
Read all bytes
|
![]() ![]() | READ_ALL_TEXT |
Read all text
|
![]() ![]() | READ_ASYNC |
Asynchronous read
|
![]() ![]() | WRITE |
Write
|
![]() ![]() | WRITE_ALL_BYTES |
Write all bytes
|
![]() ![]() | WRITE_ALL_TEXT |
Write all text
|
![]() ![]() | WRITE_ASYNC |
Asynchronous write
|
Name | Description | |
---|---|---|
![]() ![]() | ReadOnlyOperations |
Collection of known read-only file system operations.
|
Name | Description | |
---|---|---|
![]() ![]() | RegisterReadOnlyOperation |
Registers the given operation as read-only. Extends the list ReadOnlyOperations |