I have a button that runs a program on all files and folders in the current directory. It works fine as long as the current dir is on my c: drive, but not if it's on any other drive letter.
In the code for my button is
cd {sourcepath}
I know I need a command like
f:
(just the drive letter and colon)
How can I cut a path down to this?