Hey there everyone
I am making a script and I want it to change the received file dir
I was just wondering if there is away to change the current "Received Files" location I looked in the documentation and saw
code:
Messenger::ReceiveFileDir
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.
This property typically fails for the following reason:
The current Messenger user is not signed in.
Remarks
None.
This had lead me to believe there is no way to change the received file directory but only read its path...
So my question is...
Is there away to change the received file directory?