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.
This MIF and Inv file function has the 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, it returns FALSE (zero).
Example: SetLocalPath function
If (SetLocalPath("C:\TEMP\NEW"))
Then Print ("SetLocalPath succeeded")
Else
Print ("SetLocalPath failed")
Endif
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|