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