TDirectory
TDirectory is a static class in the Delphi runtime library that provides utility functions for working with directories. It is part of the System.IOUtils unit and is available in recent versions of Delphi and C++Builder. All of its members are class methods, meaning they are called on the class itself rather than on an instance.
The class offers operations such as creating, deleting, and copying directories, retrieving the current working directory,
TDirectory simplifies file system operations by wrapping Windows API calls in a Delphi-friendly interface. It also
The design of TDirectory follows the pattern of many Delphi static utility classes, providing a convenient,