Copy¶
Creates a new copy of the file.
1 | |
Parameters¶
string id
The ID of the file to copy.
Returns¶
A copied FileInfo instance.
Remarks¶
This method throws an exception if the given file ID is not found.
Example¶
1 2 | |
Creates a new copy of the file.
1 | |
string id
The ID of the file to copy.
A copied FileInfo instance.
This method throws an exception if the given file ID is not found.
1 2 | |