ISDBFileSystem::CorrectFilename: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 8: Line 8:
===Method description===
===Method description===


Changes characters of filename as defined by character mapping in MM (e.g. removes incorrect character).
Changes characters of filename as defined by character mapping in MM (e.g. removes incorrect character). Returns the fixed filename.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 12:58, 22 March 2007

CoClass SDBFileSystem, Interface ISDBFileSystem

Function CorrectFilename(Filename As String) As String


Parameters

Name Type Description
Filename String Filename to be modified.


Method description

Changes characters of filename as defined by character mapping in MM (e.g. removes incorrect character). Returns the fixed filename.