Skip to main content

File Paths

Split and join file paths using the robot's own separator

FunctionWhat it does
path.CombineJoins any number of elements with the robot's own separator
path.GetDirectoryNameEverything but the last element, with the robot's own separator
path.GetExtensionThe extension, leading dot included, or empty when there is none
path.GetFileNameThe last element of a path
path.GetFileNameWithoutExtensionThe last element with its extension removed
path.GetTempPathThe robot's temporary directory