View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004865 | MMW v4 | Other | public | 2008-10-01 00:28 | 2009-01-14 15:26 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.1 | ||||
Summary | 0004865: CoClass SDBFileSystem Do not have MoveFile VBScript feature | ||||
Description | Due the limitation of use FileSystemObject (as it's often disabled by A/V apps) Currently there is no possibility rename/move Files within MM using Scripts Usage example: Installation Packages when executing Install/Uninstall scripts | ||||
Additional Information | Example Script thats needed for supporting: VBScript Renaming/Moving a File: --- Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.MoveFile "C:\FSO\ScriptLog.txt" , "C:\FSO\BackupLog.txt" --- MediaMonkey Equvivalent for MoveFile: CoClass SDBFileSystem, Interface ISDBFileSystem Sub MoveFile(Source As String, Destination As String) Parameters Name Type Description Source String File to be moved. Destination String Destination filename. Method description Move source file to destination filename. Error Codes: - Source do not Exist - Destination Exists | ||||
Tags | No tags attached. | ||||
Fixed in build | 1213 | ||||