Click or drag to resize

DirectoryDeleteEmptySubdirectoriesTransacted Method (KernelTransaction, String, Boolean)

[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
)

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.
Exceptions
See Also