FileSystem Steps
Step | Summary |
---|---|
DeleteItem | Deletes a file or folder from the file system. |
DirectoryCopy | Copy a directory |
DirectoryCreate | Creates a new directory in the file system. Will create all directories and subdirectories in the specified path unless they already exist. |
DirectoryExists | Returns whether a directory on the file system exists. |
DirectoryGetItems | Gets all items in a directory |
DirectoryMove | Move a directory |
FileCopy | Copy a file |
FileExists | Returns whether a file on the file system exists. |
FileExtract | Extract a file in the file system. |
FileMove | Move a file |
FileRead | Reads text from a file. |
FileWrite | Writes a file to the local file system. |
PathCombine | Combine Paths. If the resulting path is not fully qualified it will be prefixed with the current working directory. |