Click or drag to resize

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
)

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