Removes directories from the filesystem
Source position: fpmkunit.pp line 1431
public procedure TBuildEngine.CmdRemoveDirs( |
List: TStrings |
); |
List |
|
List of directories to remove |
Removes a list of empty directories from the filesystem using the configured directory removal command.
This method is typically used during cleanup operations to remove temporary and generated directories that are no longer needed.