quote:
Originally posted by Scripting Documentation
The Messenger::ReceiveFileDir property returns the path of the directory where files copied by Messenger when a file transfer request is accepted are stored.
Syntax
This is a read-only property.
[string] ReceiveFileDir;
Data Type
A string containing the full path to the directory. The path does not end with a backslash.
Can't be modified.
EDIT: Might be possible for a script to use the FileSystemObject to move the file after the transfer though, i'm not quite sure how it works.