A stringified integer representing the file system ID where the path exists.
The current path of the file or directory to be renamed or moved.
The new name to assign to the file or directory.
The public key of the wallet that signs and authorizes the transaction.
A Promise that resolves to a Solana Transaction
object containing the rename path instruction.
Constructs a Solana transaction to rename (or move) a file or directory within a file system, based on a provided file system ID (
fsid
).