CosmOS
> dir
Apps
rooted.txt 21
1 file, 1 directory
> load /Apps/Say.sbx
loaded, starting at 4000
> run the shallow one
it says: the shallow one
finished
> load /Apps/Deep/Say.sbx
loaded, starting at 4000
> run the deep one
Hello, World!
finished
> load /Apps/./Deep/../Say.sbx
loaded, starting at 4000
> run the shallow one again
it says: the shallow one again
finished
> load /Apps/Deep/../../Apps/./Deep/Say.sbx
loaded, starting at 4000
> run the deep one the long way round
Hello, World!
finished
> load /rooted.txt/Say.sbx
no such file
> load /Apps/Missing/Say.sbx
no such file
> load /Apps
that is a directory
> load /Apps/abcdefghijklmnopqrstuvw
no such file
> load /
no such file
> load /Apps/Deep/../..
no such file
> delete /Apps
that is a directory
> delete /Apps/Deep/Say.sbx
gone
> dir
Apps
rooted.txt 21
1 file, 1 directory
> exit
halted
Execution halted.
[exit 0]