In the following example, a local variable is used to indicate a new pathname that’s entered by the user while the application is running.
local string l_Pathname; local boolean result; l_Pathname = New_Pathname of window Locate_Pathnames; result = Path_ChangeDefault(l_Pathname);