Copy method of the CIM_DataFile Class
Applies to: desktop apps only
The Copy method copies the logical file (or directory) that is specified in the object path to the location specified by the input parameter. A copy is not supported if it requires overwriting an existing logical file. This method is inherited from CIM_LogicalFile.
This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.
Syntax
uint32 Copy( [in] string FileName );
Parameters
- FileName [in]
-
Fully qualified name of the destination file (or directory).
Example: "c:\temp\newdirectory"
Return value
| Return code | Description |
|---|---|
|
Success. |
|
Access denied. |
|
Unspecified failure. |
|
Invalid object. |
|
Object already exists. |
|
File system not NTFS. |
|
Platform not Windows NT or Windows 2000. |
|
Drive not the same. |
|
Directory not empty. |
|
Sharing violation. |
|
Invalid start file. |
|
Privilege not held. |
|
Invalid parameter. |
Remarks
The Copy method in CIM_DataFile is implemented by WMI.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/9/2012