Click or drag to resize

DirectoryDeleteEmptySubdirectories Method (String)

[AlphaFS] Deletes empty subdirectories from the specified directory.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static void DeleteEmptySubdirectories(
	string path
)

Parameters

path
Type: SystemString
The name of the directory to remove empty subdirectories from.
Exceptions
See Also