ISDBFileSystem::GetShortPath: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (declaration)
 
Line 1: Line 1:
{{MethodDeclaration|SDBFileSystem|ISDBFileSystem|Function GetShortPath(Filename As String) As String}}
===Parameters===
===Parameters===


{{MethodParameters  
{{MethodParameters  
  |Filename |String |Input filename for which 8.3 format should be returned }}
  |Filename |String |Input filename for which 8.3 format should be returned }}


===Method description===
===Method description===


Gets 8.3 formatted Filename
Gets 8.3 formatted Filename.
 


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

Latest revision as of 21:18, 20 April 2013

CoClass SDBFileSystem, Interface ISDBFileSystem

Function GetShortPath(Filename As String) As String


Parameters

Name Type Description
Filename String Input filename for which 8.3 format should be returned


Method description

Gets 8.3 formatted Filename.