On Aug 21, 10:10 am, [EMAIL PROTECTED] wrote: ... > myLocation = GetMyLocation() > print myLocation > > >> C:/folder
Do you mean the folder containing the script? Or the current working directory? If the former, then look at os.path.split(sys.argv[0])[0] If the latter, try something like: os.path.abspath(os.curdir) -- Ant... http://antroy.blogspot.com/ -- http://mail.python.org/mailman/listinfo/python-list