Next Topic

Previous Topic

Book Contents

getFileInDirectoryPath()

Just like the getFile() command but it adds the path returned from the getDirectoryPathFromRegistry() command to the beginning of the remote file path. Access the uploaded file using the Agent Procedures > getFile() function.

Example

getDirectoryPathFromRegistry("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Dell\ClientSystemUpdate\InstallPath", "All Operating Systems", "Halt on Fail")
getFileInDirectoryPath("readme.txt", "readme.txt", "Overwrite existing file and send alert if file changed", "All Operating Systems", "Halt on Fail")