View Issue Details

IDProjectCategoryView StatusLast Update
0004865MMW v4Otherpublic2009-01-14 15:26
Reporterpeke Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Fixed in Version3.1 
Summary0004865: CoClass SDBFileSystem Do not have MoveFile VBScript feature
DescriptionDue 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 InformationExample 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
TagsNo tags attached.
Fixed in build1213

Relationships

related to 0004518 closedpeke MMW v4 Last.fm Extensions: uninstall doesn't work correctly 
child of 0003844 closedpeke Last.fm plugin Last.FM Native Support 

Activities

jiri

2009-01-13 16:24

administrator   ~0016181

Fixed in build 1212.

peke

2009-01-14 15:26

developer   ~0016201

Verified 1213