```sh
var = canonicalize path
```
This command will return the c path for the provided input.<br>
In case unable, it will return the original input.
The file/directory path to canonicalize.
The canonicalized path, or if unsuccessful, the original path.
```sh
path = canonicalize ./target
```