```sh
var = get_last_modified_time path
```
This command will return the last modified time in millies from unix epoch.
The path to check.
The last modified time in millies from unix epoch or false in case path does not exist.
```sh
time = get_last_modified_time ./dir/somefile.txt
```