I made a button to collapse to root of any folder + collapse the folder tree.
go root = collapse
@Set OrigDir = {sourcepath$}
go /mycomputer
go root = collapse
go {$OrigDir}
It works great, remembers the drive you were on, collapses the tree of all other drives and returns you to root of drive you started from. But for some reason if in Computer I will get error as if {sourcepath$} doesn't work.
Any way to fix it?