Valid on UNIX and Windows
The SetLocalPath function copies the string specified by the parameter Text to the Asset Management (UAM) Job Local Path field.
Function format:
SetLocalPath(Text as string) as Boolean
Defines the local path, for example, C:\TEMP\NEW.
On successful completion, the function returns TRUE (nonzero); otherwise, returns FALSE (zero).
Example:
If (SetLocalPath("C:\TEMP\NEW"))
Then Print ("SetLocalPath succeeded")
Else
Print ("SetLocalPath failed")
Endif
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|