I see there is an initial directory option in askopenfilename.  However, I want 
the initial directory to be the last directory used in a prior execution of my 
script.  Is there a way to force the askopenfilename to the previous initial 
directory easily using information somewhere (I know Windows applications 
natively do this so you don't have to navigate all the way back to directory of 
interest)?  It defaults to the current working directory. or do I have to save 
this initial directory somewhere, probably in a *.txt file,  when running my 
script the first time and then access this *.txt file, and use information as 
the initial directory option in askopenfilename, when running the script a 
subsequent time?
_________________________________________________________________
Get more from your digital life.  Find out how.
http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home2_082008
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to