Whenever I start one of my scripts (tinypy) with an open dialog e.g.:
inputFolder=gui.dirSelect("Select Source Folder")
The seletion box starts with the following folder:
C:\Program Files\Avidemux 2.8 VC++ 64bits
After this I have to select my source.
Is there any possible solution to set an other path for the program/script to start?
In the doumentation of tinypy I couldn't find a solution.
Attached you'll find such a script.