Retrieves a file from the source computer. This command takes the file path as the parameter as a string value and recognizes the asterisk (*) as a wildcard.
The File path (string value)
StoreFile( "c:\\temp\\file.txt");
StoreFile( "c:\\temp\\*.txt");
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|