Directory
The Directory components in the RPA Desktop Design Studio perform standard operations on Windows directories. For example, rename a directory or get the list of files in a directory.
- Use the CopyDirectory component
Copy a directory to another location by using the CopyDirectory component in RPA Desktop Design Studio. - Use the CreateDirectory component
Create a directory by using the CreateDirectory component in RPA Desktop Design Studio. - Use the CurrentDirectory component
Get the current working directory path and name by using the CurrentDirectory component in RPA Desktop Design Studio. - Use the DeleteDirectory component
Delete a directory by using the DeleteDirectory component in RPA Desktop Design Studio. - Use the DirectoryExists component
Find out if a directory exists by using the DirectoryExists component in RPA Desktop Design Studio. - Use the GetFiles component
Get the names of the files in the directory and subdirectories by using the GetFiles component in RPA Desktop Design Studio. - Use the GetLastModifiedFolder component
Get the name of the last modified folder by using the GetLastModifiedFolder component in RPA Desktop Design Studio. - Use the GetSubFolders component
Get the names of all subfolders under a directory by using the GetSubFolders component in RPA Desktop Design Studio. - Use the MoveDirectory component
Move a directory and its contents to a new location by using the MoveDirectory component in RPA Desktop Design Studio. - Use the RenameDirectory component
Change the name of a directory by using the RenameDirectory component in RPA Desktop Design Studio. - Properties of the Directory components
Learn about the properties of the Directory components in RPA Desktop Design Studio.
Parent Topic:Utilities