Maptitude GISDK Help |
Tests to see if the pathname is an absolute pathname.
Added to Version 2019.
answer = IsAbsolutePath(string path)
Argument |
Contents |
path |
The path to test |
"True" if path is an absolute pathname, or "False" otherwise.
An absolute pathname is a full, not a relative, pathname.
folder = RunMacro("G30 Tutorial Folder")
is_path = IsPathAbsolute(folder)
ShowMessage("It is " + is_path + " that " + folder + " is an absolute pathname")
result = IsPathAbsolute("C:\\projects")
// result = "True"
Function |
Summary |
Converts a relative pathname to an absolute pathname. |
|
Converts an absolute pathname to a relative pathname. |
©2025 Caliper Corporation | www.caliper.com |