DataFile.copy Method

Parent Object: DataFile
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>

Description

Copies this DataFile to the specified folder.

Syntax

"dataFile_var" is a variable referencing a DataFile object.
returnValue = dataFile_var.copy(targetFolder)
"dataFile_var" is a variable referencing a DataFile object.

#include <Core/Dashboard/DataFile.h>

returnValue = dataFile_var->copy(targetFolder);

Return Value

Type Description
DataFile Returns the copied DataFile if the copy was successful.

Parameters

Name Type Description
targetFolder DataFolder The folder to copy this DataFile to.

Version

Introduced in version September 2016