in reply to Tcl::Tk getOpenFile Not Working - Missing File Operand
Looks like you're not setting $selected_file anywhere, so you move command becomes "mv -t /home/phillc" (i.e. source arg missing).
Generally, if some system command isn't working as you expect, it's always a good idea to just print it out — in many such cases it's immediately evident what the problem is...
|
|---|