Previous Topic: StoreDirectoryNext Topic: StoreKey


StoreFile

StoreFile

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.

First parameter:

The File path (string value)

Examples:
StoreFile( "c:\\temp\\file.txt");
StoreFile( "c:\\temp\\*.txt");