IFileInfo.CopyTo(String, Boolean) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| destinationFileName | String |
| overwrite | Boolean |
Returns
| Type |
|---|
| FileInfo |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
FileInfo CopyTo(
string destinationFileName,
bool overwrite
)
Function CopyTo(
destinationFileName As String,
overwrite As Boolean
) As FileInfo
| Name | Type |
|---|---|
| destinationFileName | String |
| overwrite | Boolean |
| Type |
|---|
| FileInfo |