DirectoryDeleteEmptySubdirectoriesTransacted Method (KernelTransaction, String, Boolean, Boolean, PathFormat) |
[AlphaFS] Deletes empty subdirectories from the specified directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void DeleteEmptySubdirectoriesTransacted(
KernelTransaction transaction,
string path,
bool recursive,
bool ignoreReadOnly,
PathFormat pathFormat
)
Public Shared Sub DeleteEmptySubdirectoriesTransacted (
transaction As KernelTransaction,
path As String,
recursive As Boolean,
ignoreReadOnly As Boolean,
pathFormat As PathFormat
)
public:
static void DeleteEmptySubdirectoriesTransacted(
KernelTransaction^ transaction,
String^ path,
bool recursive,
bool ignoreReadOnly,
PathFormat pathFormat
)
static member DeleteEmptySubdirectoriesTransacted :
transaction : KernelTransaction *
path : string *
recursive : bool *
ignoreReadOnly : bool *
pathFormat : PathFormat -> unit
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The name of the directory to remove empty subdirectories from. - recursive
- Type: SystemBoolean
deletes empty subdirectories from this directory and its subdirectories. - ignoreReadOnly
- Type: SystemBoolean
overrides read only FileAttributes of empty directories. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions See Also