Copy¶
Creates a new copy of the file.
myFiles.Copy(id: string):FileInfo (FileInfo)
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 | |