Skip to content

MobileCRM.Application.moveFile

rescocrm edited this page May 15, 2023 · 3 revisions

Asynchronously moves the application local file to another location.

Arguments

Argument Type Description
src String Defines the relative path of the source file in the application local data.
dst String Defines the relative path of the destination file in the application local data.
success function(result) A callback function which is called in case of successful asynchronous result.
failed function(error) A callback function for command failure. The error argument will carry the error message.
scope A scope for calling the callbacks; set "null" to call the callbacks in global scope.
Clone this wiki locally