The unique numeric identifier representing the target file system.
The source path to copy from (e.g., /documents/report.txt
).
The destination path to copy to (e.g., /archive/report.txt
).
The wallet public key used to sign and authorize the transaction.
A Promise that resolves to a Solana Transaction
object containing the copyPath instruction.
Constructs a Solana transaction to copy a file or directory from one path to another.