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
Jason Perkins edited this page May 30, 2015
·
2 revisions
Determines if a given file system path is absolute.
path.isabsolute("path")
Parameters
path is the file system path to check.
Return Value
True if the file system path is absolute, false otherwise. The tests include checking for a leading forward or backward slash, a dollar sign (indicating a environment variable), or a DOS drive letter.