ISDBFileSystem::CopyFile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
Copies source file to the target file. | Copies source file to the target file. | ||
Introduced in MediaMonkey 3.1.0.1212. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 00:44, 21 January 2009
CoClass SDBFileSystem, Interface ISDBFileSystem
Function CopyFile(Source As String, Destination As String) As Boolean
Parameters
Name | Type | Description |
---|---|---|
Source | String | Source filename. |
Destination | String | Destination filename. |
Method description
Copies source file to the target file.
Introduced in MediaMonkey 3.1.0.1212.