GetCopyQueueNameData
If a script add-inimplements the OnGetCopyQueueName event, the method receives a GetCopyQueueNameData object whenever a copy operation begins that uses automatically-managed copy queues (i.e. the Automatically manage file copy queues option on the Copying Files page in Preferences is turned on).
dest_drives
string
Returns a binary string indicating the physical drive indices that the destination path is located on (if any). For example, 00100000000000000000000000 indicates that drive C: is the destination drive.
move
bool
Returns True if the operation is a move instead of a copy.
name
string
Returns the default queue name for this operation.
source_drives
string
Returns a binary string indicating the physical drive indices that the source path is located on (if any). For example, 00001000000000000000000000 indicates that drive E: is the source drive.
最后更新于