ISDBFileSystem::DeleteFile: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
{{MethodDeclaration|SDBFileSystem|ISDBFileSystem|Sub DeleteFile(Filename As String)}}
===Parameters===
{{MethodParameters
|Filename |String |File to be deleted.}}
===Method description===
===Method description===


Deletes given file.
Deletes given file.


NOTE: In case that file is plugin and needs to be deleted using Uninstall.vbs from [[Installation Packages]] an [[CurrentAddonInstallRoot]] should be used to get correct Plugins folder
NOTE: In case that file is plugin and needs to be deleted using Uninstall.vbs from [[Installation Packages]] an [[ISDBApplication::CurrentAddonInstallRoot|CurrentAddonInstallRoot]] should be used to get correct Plugins folder


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

Latest revision as of 02:04, 2 March 2011

Method description

Deletes given file.

NOTE: In case that file is plugin and needs to be deleted using Uninstall.vbs from Installation Packages an CurrentAddonInstallRoot should be used to get correct Plugins folder