Automated
Build Studio Operations |
The Files and Directories category includes the following operations:
| Operations |
Description |
| Compare Files |
Compares two files byte-by-byte. |
| Copy File(s) |
Copies one or several files. |
| Copy/Move Directory |
Copies or moves a folder to the new location. |
| Create Directory |
Creates a new folder with the specified name. |
| Delete File(s) |
Deletes one or several files. |
| Directory Enumerator |
Obtains a collection of folders and then performs child
operations for each folder in the collection. |
| Directory Exists |
Checks whether the specified directory exists. |
| File Enumerator |
Obtains a collection of files and then performs child
operations for each file in the collection. |
| File Exists |
Checks whether the specified file exists. |
| Get Size |
Gets the size of the specified file or folder. |
| Move File(s) |
Moves the specified files to a new location. |
| Remove Directory |
Deletes a folder. |
| Rename Directory |
Renames a folder. |
| Replace in File |
Searches for a value in a file and replaces it with another
value. |
| Set/Clear File Attributes |
Modifies the file attributes. |
| Validate XML File |
Validates an XML file against DTDs and schemas. |
|