Guys, FYI, The way I found to do this is to use python's __file__
eg os.path.split(__file__)[0] I am calling my scripts from cron, so the full path is necessary in the call anyway, and it'll work nicely. Thanks for your suggestions! -Mike
Guys, FYI, The way I found to do this is to use python's __file__
eg os.path.split(__file__)[0] I am calling my scripts from cron, so the full path is necessary in the call anyway, and it'll work nicely. Thanks for your suggestions! -Mike