DataFile.copy Method
Parent Object:
DataFileDefined 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
DataFile |
Returns the copied DataFile if the copy was successful. |
Parameters
targetFolder |
DataFolder |
The folder to copy this DataFile to. |
Version
Introduced in version September 2016