A numeric filesystem identifier used to scope the directory creation.
The parent path where the directory should be created (e.g., /documents
).
The name of the new directory (e.g., reports
).
The signer’s public key that authorizes the transaction.
A Promise that resolves to a Solana Transaction
object containing the createDirectory instruction.
Constructs a Solana transaction to create a new directory within a file system.