Description
Adds extra file-handling helpers to Ruby's File class. It is useful for scripts and tools that need convenience methods around paths, metadata, and filesystem operations.
File utilities can make destructive operations easier to call. Validate paths, respect permissions, and keep writes inside the intended workspace.