From the course: Robotic Process Automation: Tech Primer

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Folder basics

Folder basics

- [Bryan] Now that we've discussed disks, let's dive one level deeper and talk about Windows Folders. Folders, otherwise known as directories, are also containers that can hold other folders and files. Folders offer a hierarchical organization structure, which is thought of as parent and child relationships. It's also referred to as a tree structure. We use separator characters, usually backslash or forward slash, to build up a path to any given folder or file, and I'll demo that in a minute. Given that we perform tasks with folders and files on a daily basis, our ultimate goal is to get software robots to do the same thing. And I'm happy to tell you that software robots can get a list of folders within a disk or a folder. We just need to provide the robot with the right path to the folder that we want it to interact with. And in this example path here, you can see that it begins on a disk with the letter C, then it moves into the users folder, and then a bryan folder inside the users…

Contents