You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print 'path =', pathname # directory portion (may be blank)
print 'full path =', os.path.abspath(pathname) # abspath('') == current working directory == os.getcwd(). "normalized" (relative paths are made absolute and as simple as possible)
# n.b. path NEED NOT EXIST - this is just string manipulation