On Jun 10, 8:56 am, [EMAIL PROTECTED] wrote: > In xp when I try os.path.getmtime("%userprofile/dir/file%") Python > bites back with "cannot find the path specified" Since my script has > to run on machines where the username is unspecified I need a fix. > Thanks in advance.
oops that should be os.path.getmtime("%userprofile%/dir/file") -- http://mail.python.org/mailman/listinfo/python-list