Previous Topic: StoreDirectoryNext Topic: StoreKey


StoreFile

StoreFile

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.

First parameter:

The File path (string value)

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