File Paths
Split and join file paths using the robot's own separator
| Function | What it does |
|---|---|
path.Combine | Joins any number of elements with the robot's own separator |
path.GetDirectoryName | Everything but the last element, with the robot's own separator |
path.GetExtension | The extension, leading dot included, or empty when there is none |
path.GetFileName | The last element of a path |
path.GetFileNameWithoutExtension | The last element with its extension removed |
path.GetTempPath | The robot's temporary directory |