| Changes the current directory. | |
| Copies a directory and its contents. | |
| Creates a new directory. | |
| Creates a new directory at the given path. | |
| Deletes a directory at the given path. | |
| Determines whether a specified directory exists. | |
| Returns the number of free bytes on a specified drive. | |
| Returns the size, in bytes, of a specified drive. | |
| Checks whether a given directory exists. | |
| Searches a specified directory path for a file. | |
| Releases memory allocated by FindFirst. | |
| Searches for the first instance of a file name with a given set of attributes in a specified directory. | |
| Returns the next entry matching the name and attributes specified in a previous call to FindFirst. | |
| Creates a new directory, including the creation of parent directories as needed. | |
| Returns the directory attributes. | |
| Returns the creation time of a directory. | |
| Returns the creation time of a directory in UTC (Coordinated Universal Time) time zone. | |
| Returns the name of the current directory. | |
| Returns the current working directory. | |
| Returns the current directory. | |
| Returns a list of subdirectories in a given directory. | |
| Returns the root directory for a given path. | |
| Returns a list of files in a given directory. | |
| Returns a list of files and subdirectories in a given directory. | |
| Returns the last access time of a directory. | |
| Returns the last access time of a directory in UTC (Coordinated Universal Time) time zone. | |
| Returns the last write time of a directory. | |
| Returns the last write time of a directory in UTC (Coordinated Universal Time) time zone. | |
| Returns a list of all logical drives present on this computer. | |
| Returns the parent directory of another directory. | |
| Returns the status of the last I/O operation performed. | |
| Checks whether a given directory is empty. | |
| IsRelativePath indicates whether the specified path is a relative path. | |
| Creates a new subdirectory. | |
| Moves or renames a directory and its contents. | |
| Deletes an existing empty directory. | |
| Deletes an empty subdirectory. | |
| Sets the directory attributes. | |
| Changes the creation time of a directory. | |
| Changes the creation time of a directory. | |
| Sets the current directory. | |
| Sets the current directory. | |
| Changes the last access time of a directory. | |
| Changes the last access time of a directory. | |
| Changes the last write time of a directory. | |
| Changes the last write time of a directory. |
Delphi 新增加的目录操作类 TDirectory 备查
最新推荐文章于 2025-06-09 16:50:31 发布
本文介绍了System.IOUtils.TDirectory类中各种文件目录操作方法,包括创建、删除、复制目录及其内容,获取目录属性、时间戳,搜索文件,切换工作目录等功能。
System.IOUtils 下面有一个 TDirectory 类。类方法包括了创建目录,拷贝目录等。
429

被折叠的 条评论
为什么被折叠?



