Click or drag to resize

DirectoryDeleteEmptySubdirectories Method (String, Boolean, Boolean)

[AlphaFS] Deletes empty subdirectories from the specified directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void DeleteEmptySubdirectories(
	string path,
	bool recursive,
	bool ignoreReadOnly
)

Parameters

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