Copy Folder

Excel API: Copy Folder

PUT http://api.aspose.cloud/v4.0/cells/storage/folder/copy/{srcPath}

Function Description

The CopyFolder API allows users to duplicate an existing folder within the Aspose.Cells cloud storage. This functionality is essential for managing files efficiently, enabling users to create backups or organize their work without manually transferring contents.

The request parameters of the CopyFolder API are

Parameter Name Type Path/Query String/HTTPBody Description
srcPath String Path The path of the source folder to copy.
destPath String Query The path where the new folder will be created.
srcStorageName String Query The name of the storage containing the source folder.
destStorageName String Query The name of the destination storage where the folder should be copied.

Response Description

{
Void
}

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

Excel API SDK

Using an SDK is the best way to speed up development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: